repa-devil-0.1.1: repa-devil.cabal
Name: repa-devil
Version: 0.1.1
Synopsis: Support for image reading and writing of Repa arrays
Description: 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>
Homepage: http://code.haskell.org/~dons/code/repa-devil
License: BSD3
License-file: LICENSE
Author: Don Stewart
Maintainer: dons00@gmail.com
Copyright: Don Stewart (c) 2011
Category: Data Structures
Build-type: Simple
Cabal-version: >=1.6
Library
Exposed-modules:
-- Note: future versions will use their own binding
-- Image.DevIL.Base
Data.Array.Repa.IO.DevIL
-- Packages needed in order to build this package.
Build-depends:
base >= 3 && < 5,
array >= 0.3 && < 0.4,
repa >= 2 && < 2.1,
Codec-Image-DevIL >= 0.2 && < 0.3,
transformers >= 0.2 && < 0.3
Build-tools:
hsc2hs
Extensions:
CPP,
ForeignFunctionInterface
-- Extra-Libraries: IL
source-repository head
type: darcs
location: http://code.haskell.org/~dons/code/repa-devil