-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
19 lines (16 loc) · 778 Bytes
/
README
File metadata and controls
19 lines (16 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Support for image reading and writing of Repa arrays using in-place FFI calls
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:
* <http://hackage.haskell.org/package/repa>
* <http://openil.sourceforge.net/>
* <http://www.haskell.org/haskellwiki/Numeric_Haskell:_A_Repa_Tutorial>