SDL_image
SDL_image 1.2.12-unstable-2026-07-05
SDL image library
http://www.libsdl.org/projects/SDL_image/zlib License
programs: -
Maintainers
Platforms (79)
i686-windowsvc4-nonex86_64-genodepowerpcle-noneaarch64-freebsdaarch64-uefis390-linuxarmv7l-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL_image ];
Ad-hoc shell
nix-shell -p SDL_image
Flake (nix run)
nix run nixpkgs#SDL_image