>>>>> "Max" == Max Rabkin <[email protected]> writes:

    Max> Haskellers, To add image support to fdo-notify, I need an
    Max> image type. Looking through Hackage, I didn't find any image
    Max> library with the following features: * Load from a variety of
    Max> formats (at least PNG and JPG, I'd say) * Efficient per-pixel
    Max> access, or a way to dump the image into a ByteString as a
    Max> bitmap (I need to serialise them into the protocol's bitmap
    Max> format) Preferably, it should be possible to construct images
    Max> programmatically too.

    Max> Is there really no such library? It would be nice to have
    Max> something like a Haskell equivalent of the Python Imaging
    Max> Library, which is the de facto standard image library in
    Max> Python and supports just about every type of operation on
    Max> images you could ask for.

I've found nothing either, having searched recently.
-- 
Colin Adams
Preston Lancashire
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to