SDL_image

SDL_image 1.2.12-unstable-2026-05-13

SDL image library

http://www.libsdl.org/projects/SDL_image/
zlib License
programs: -
Platforms (80)
i686-windowsx86_64-darwinloongarch64-linuxi686-netbsdmipsel-linuxriscv64-netbsdx86_64-uefix86_64-genode
View source on NixOS/nixpkgs →

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