24 Mar
2002
24 Mar
'02
6:07 p.m.
Tim,
Slight progress was made this weekend. I had previously gotten the image setup routine to work. Now the per_pixel routine is working. That would be working in the sense that they don't crash with a segmentation fault. The piece of the puzzle left is the formula routine. Once that is fixed, I should at least get an image to work with.
Hmm, wrong once again. I managed to get the routines to work today, but still no image. What is happening is that the formula routine always returns a 0, so the pixels are always set to the inside= value (coloriter >= maxiter). Jonathan