QuickMAN 2.3 released: Higher performance and lower power consumption
QuickMAN 2.2 released: New AVX-512-4 algorithm and lower overhead
Hi Guillermo, Sorry for the late response. For the Normalized and Inexact settings, you're right, it's a bug. I'll fix it in a later release. If you can recompile the code, change these two lines in quickman.h #define MC_ALG_EXACT 0x04 // 1 for exact algorithm, 0 for inexact; must be the same as OPT_ALG_EXACT #define MC_NEED_RECALC 0x08 // 1 if the image must be fully recalculated for next frame, for whatever reason to #define MC_NEED_RECALC 0x04 // 1 if the image must be fully recalculated for next...
Hi. I just rediscovered this program, and love it. I remember when I was a student and left Fractint running the whole night to produce an image that Quickman can render in seconds. Thanks! Anyway, I have had problems with the the options setting in quickman.cfg. I am trying to have normalize and inexact. The value 1 gives me Standard and Inexact. The value 5 gives me Normalized and Exact, yet should be just Normalized. The value 9 gives Standard and Inexact, as it should. Finally, the value 13 gives...
QuickMAN 2.1 released: Performance improvements
QuickMAN 2.0 released: Many new features
QuickMAN 2.0 released: Many new features
QuickMAN 2.0 released: Many new features
QuickMAN 2.0 released: Many new features
Is it possible to rotate image in QuickMAN fractal generator?