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)
aarch64-windowsi686-freebsdpowerpc-nonearmv5tel-linuxm68k-netbsdriscv64-netbsdaarch64-freebsdx86_64-solaris
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