SDL-image: Binding to libSDL_image

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated in favor of sdl2-image

SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.5.2, 0.6.0, 0.6.1, 0.6.1.1, 0.6.1.2, 0.6.2.0
Dependencies base (>=3 && <5), SDL [details]
License BSD-3-Clause
Copyright 2004-2010, Lemmih
Author Lemmih (lemmih@gmail.com)
Maintainer Francesco Ariis <fa-ml@ariis.it>
Revised Revision 1 made by fffaaa at 2015-12-08T20:10:13Z
Category Foreign binding
Source repo head: darcs get http://www.ariis.it/link/repos/sdl-bindings/hssdl-image/
Uploaded by fffaaa at 2015-12-08T03:36:07Z
Distributions Debian:0.6.2.0, NixOS:0.6.2.0
Reverse Dependencies 8 direct, 0 indirect [details]
Downloads 9446 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for SDL-image-0.6.1.2

[back to package description]
This package contains Haskell bindings to libSDL_image >= 1.2.4.

Global installation:
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install # as root

Local installation:
  runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install --user # not as root