[Haskell-cafe] Haskell image libraries

Felipe Lessa felipe.lessa at gmail.com
Sun Nov 8 11:32:06 EST 2009


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.


More information about the Haskell-Cafe mailing list