5 Feb
2004
5 Feb
'04
6:16 a.m.
Jonathan, two small things, one merely cosmetic, the other not serious either (provided it's a bug at all)... In fractalp.c the second prompt for type "dynamic" is missing a closing parenthesis: "time step (<0 = Euler" In gifview.c the following line appears two times to set the color depth: planes = (buffer[10] & 0x0F) + 1; Now this masks the lowest 4 bits, where the lowest 3 determine the color depth and the next bit is set to zero in GIF87a anyway, but in GIF89a it might be set to 1 signalling an "ordered palette". So if someone is loading a non-fractint GIF with this bit set... (If the last paragraph is nonsense - not too unlikely considering my programming "expertise" - please kindly ignore.) Regards, Gerald