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

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>
Category Foreign binding
Source repo head: darcs get http://www.ariis.it/link/repos/sdl-bindings/SDL-image/
Uploaded by fffaaa at 2015-06-04T17:46:19Z
Distributions Debian:0.6.2.0, NixOS:0.6.2.0
Reverse Dependencies 8 direct, 0 indirect [details]
Downloads 9404 total (37 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.1

[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