Deprecated

In favour of

repa-devil

Support for image reading and writing of Repa arrays using in-place FFI calls

https://github.com/RaphaelJ/repa-devil

Version on this page:0.3.2.2
LTS Haskell 6.35:0.3.2.6
Stackage Nightly 2016-05-25:0.3.2.6
Latest on Hackage:0.3.2.6

See all snapshots repa-devil appears in

BSD-3-Clause licensed by Don Stewart, Raphael Javaux
Maintained by Raphael Javaux <raphaeljavaux[at]gmail.com>
This version can be pinned in stack with:repa-devil-0.3.2.2@sha256:d5d0eb70926576b80a9437b2a17abf64285131d28157016a7e3de0c56d27991e,2113

Module documentation for 0.3.2.2

  • Data
    • Data.Array
      • Data.Array.Repa
        • Data.Array.Repa.IO
          • Data.Array.Repa.IO.DevIL

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: