From: Neil Conway Date: 2001-09-18T23:54:46+09:00 Subject: [ruby-talk:21327] Re: Image libraries On Tue, 2001-09-18 at 08:09, Jimmy Thrasher wrote: > Michael Neumann wrote: > > Some days ago I wrapped the image load functions of Imlib2 (www.enlightment.org/pages/imlib2.html) > > that provides loading the image types PNG, TIFF, BMP, GIF, JPG etc.. > > > > It's only for loading images not for storing nor processing. > > Would that suffice for your purposes? > > Would it be worth putting on the RAA? > > Does loading images mean having an array of some sort in memory that > would represent the data in the image? I want to do processing, but > processing of my own. > > I started on libpng. I looked at doing libpng + libjpeg a little while ago but I got confused and went on to something else. If/when you have some code I'd be happy to help out with the coding. Cheers, Neil