Click to See Complete Forum and Search --> : Good library for writing to images


cfaun5
09-26-2003, 04:34 PM
Does anyone know a good, preferrable object oriented, library for writing to image files? I need to do simple operations such as drawing lines and text.

LibPNG looks adaquate but a tad low level. If noone knows anything better, I'll just use that and buiid a higher level library on top of it. But - I would prefer not to reinvent the wheel if not neccessary.

Thanks,
cfaun

x_Ray
09-26-2003, 11:16 PM
ImageMagick (http://www.imagemagick.org/) might be of interest to you.

GaryJones32
09-27-2003, 12:21 AM
PIL (Python Imaging Library)
is kind of usefull

cfaun5
09-27-2003, 02:14 PM
Thanks! ImageMagick is exactly what I was looking for :)