sdl-image 1.2.12
SDL image loading library
SDL_image is an image file loading library for SDL that supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, and XV.
- Outputs:
debug
,out
- Website: https://www.libsdl.org/projects/SDL_image/
- Licenses: Zlib
- Package source: gnu/packages/sdl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sdl-image 1.2.12
as follows:
guix install sdl-image@1.2.12
Or install the latest version:
guix install sdl-image
The sdl-image
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install sdl-image:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.