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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -