sdl2-image

[Last Documentation] Package maintainers For package maintainers and hackage trustees Candidates Haskell bindings to SDL2_image. Provides both raw and high level bindings. The original SDL2_image documentation can also help, as the bindings are close to a direct mapping. A small example executable is included with the library. It loads and displays a given image. You can find it in the example directory.


Keywords
graphics, image, library, mit, program, Propose Tags, Skip to Readme, , Last Documentation, sdl2-image-2.1.0.0.tar.gz, browse, Package description, Package maintainers, SinisaBidin, cailei, ccll, locallycompact, edit package information , 0.1.0.1, 0.1.1.0, original SDL2_image documentation, hackage, haskell, haskell-bindings, sdl2, sdl2-image
License
MIT
Install
cabal install sdl2-image-2.1.0.0

Documentation

sdl2-image

Hackage Build Status

Haskell bindings to SDL2_image

Both the raw and the higher level bindings should allow you to use any aspect of the original SDL2_image library. Please report an issue if you encounter a bug or feel that something is missing.

Install
cabal install sdl2-image
Documentation

For documentation, visit Hackage.

The original SDL2_image documentation can also help, as the bindings are close to a direct mapping.

Example

A small example executable is included with the library. It loads and displays a given image. You can find it in the example directory.

cd sdl2-image
cabal run path/to/some/image.type