Haskell image processing library? -
Does anyone recommend a good image processing package for Haskell? There are at least two decoders in the hedge: (partial implementation of JPEG, PNG, TGA, BMP, pdf decoder, in fact with simple API) and (Pure Haskell loader for PNG images).
Otherwise, you can use Haskell Binding for an existing library, for example.
There are also Haskell bindings for the Devil Library which allows it to load an image in the Haskell array or to write an array in the form of an image. Nothing else, but it supports many image formats for reading / writing.
Comments
Post a Comment