@hackage repa-devil0.1
Support for image reading and writing of Repa arrays
Categories
License
BSD-3-Clause
Maintainer
dons00@gmail.com
Links
Versions
Deprecated
Dependencies (5)
- Codec-Image-DevIL >=0.2 && <0.3
- array >=0.3 && <0.4
- base >=3 && <5
- repa >=2 && <2.1
- transformers >=0.2 && <0.3 Show all…
Dependents (6)
@hackage/parconc-examples, @hackage/acme-everything, @hackage/gloss-devil, @hackage/butterflies, @hackage/qr-repa, @hackage/propane
The repa-image library adds support for reading and writing images in many formats based on the DevIL open source image library. Image data is represented in Haskell as typed, multi-dimensional repa arrays.
Developer's Image Library (DevIL) is a library to develop applications with very powerful image loading capabilities, yet with a relatively simple interface. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats, including:
BMP, ICO, JPG, PNG, PNM, TGA, TIF, GIF, EXIF and many more.
References: