3 Aug
2002
3 Aug
'02
10:28 a.m.
Hi Morgan,
Any reason why the evolver's grid size might be limited to 51?
Nope but it is limited such that the mini images don't go below a certain number of pixels along the screen x axis so that solid guessing works properly. So set a higher resolution and you can get more images. Or if you can recompile fractint from the source you can change the value of the constant MINPIXELS which you'll find defined in fractint.h .. only don't be surprised if the odd feature breaks :-) MINPIXELS is currently set to 10 and the evolver uses twice this as a minimum X size for some reason which I forget right now. Cheers, Robin.