
8 Nov
2009
8 Nov
'09
11:32 a.m.
On Sun, Nov 08, 2009 at 04:34:26PM +0200, Max Rabkin wrote:
To add image support to fdo-notify, I need an image type. Looking through Hackage, I didn't find any image library with the following features: * Load from a variety of formats (at least PNG and JPG, I'd say) * Efficient per-pixel access, or a way to dump the image into a ByteString as a bitmap (I need to serialise them into the protocol's bitmap format)
If all you want is loading, dumping and saving, there's DevIL[1]. http://hackage.haskell.org/package/Codec-Image-DevIL http://openil.sourceforge.net/ -- Felipe.