On 16/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Mon, Oct 15, 2007 at 12:27:55PM -0500, Jordi Gutiérrez Hermoso wrote: > > Basically, all they want to be able to do is to manually plot the > > fractal pixel-by-pixel. They're working in a blend of C and C++, so > > ideally, I want to give them a C/C++ library that they can use for > > this with minimum fuss. Extra options in the library that they can use > > for saving their fractals in png format would be nice. > > > > Suggestions? > > I found CImg (http://cimg.sourceforge.net/) to be very convenient.
Ah, thanks. I think this is what I'll give them, particularly since I'd rather they adopt good C++ coding practices now rather than later. I had seen CImg before, but I had forgotten about it. - Jordi G. H.

