[Haskell-cafe] Haskell image libraries

Henk-Jan van Tuyl hjgtuyl at chello.nl
Sun Nov 8 17:16:46 EST 2009


wxHaskell contains functions to read and write images, for example  
imageGetPixels [1] and imageCreateFromPixelArray [2]

Met vriendelijke groet,
Henk-Jan van Tuyl

[1]  
http://hackage.haskell.org/packages/archive/wxcore/0.10.13.0/doc/html/Graphics-UI-WXCore-Image.html#v:imageGetPixels
[2]  
http://hackage.haskell.org/packages/archive/wxcore/0.10.13.0/doc/html/Graphics-UI-WXCore-Image.html#v%3AimageCreateFromPixelArray


--
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
--


On Sun, 08 Nov 2009 15:34:26 +0100, Max Rabkin <max.rabkin at gmail.com>  
wrote:

> Haskellers,
>
> 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)
> Preferably, it should be possible to construct images programmatically  
> too.
>
> Is there really no such library? It would be nice to have something
> like a Haskell equivalent of the Python Imaging Library, which is the
> de facto standard image library in Python and supports just about
> every type of operation on images you could ask for.
>
> Regards,
> Max





More information about the Haskell-Cafe mailing list