[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Writing an image format
- From: Mike McGonagle <mjmogo@...>
- Date: Tue, 26 Oct 2010 18:05:03 -0400
Hello all,
I am looking for a simple way to generate and write a color image to
disk. I know that there is the GD library, the Cairo library, and
several other things that require the installation of various C level
libraries in order to use them. I don't want to have to install a
bunch of libraries that deal with reading and writing images, as all I
am looking to do is be able to generate some simple image files that I
can then view in other programs.
Thanks,
Mike