The devel/sdl2-image port
sdl2-image-2.8.8 – SDL2 image library (cvsweb github mirror)
Description
This is a simple library to load images of various formats as SDL2
surfaces.  This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and
TIFF formats.
API: #include "SDL_image.h"
        SDL_Surface *IMG_Load(const char *file);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char
        *type);
where type is a string specifying the format (i.e. "PNG" or "pcx").
Note that IMG_Load_RW cannot load TGA images.
WWW: https://www.libsdl.org/projects/SDL_image/
Maintainer
Thomas Frohwein
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Library dependencies
Build dependencies
Reverse dependencies
- devel/flatzebra
 - devel/pygame
 - emulators/gsplus
 - emulators/vice
 - games/alephone/alephone
 - games/angband
 - games/blobwars
 - games/brogue
 - games/cataclysm-dda
 - games/cdogs-sdl
 - games/choria
 - games/chromium-bsu
 - games/colobot/colobot
 - games/devilutionx
 - games/dsda-doom
 - games/emptyclip
 - games/enigma
 - games/exult
 - games/fallingtime
 - games/fifechan
 - games/fifengine
 - games/flare
 - games/fna/fna
 - games/freedink/game
 - games/freeserf
 - games/gigalomania
 - games/keeperrl
 - games/koboredux
 - games/manaplus
 - games/mirrormagic
 - games/naev
 - games/pioneer
 - games/pygame_sdl2
 - games/redeclipse
 - games/rocksndiamonds
 - games/sauerbraten
 - games/sdlpop
 - games/solarus/solarus
 - games/starfighter
 - games/stone-soup
 - games/stratagus
 - games/supertux
 - games/tbftss
 - games/tome4
 - games/trackballs
 - games/tuxpaint
 - games/valyriatear
 - games/vcmi
 - games/vectoroids
 - games/wesnoth
 - games/widelands
 - graphics/decker
 - graphics/grafx2
 - sysutils/gource
 - sysutils/logstalgia
 - x11/cegui
 
Files
- /usr/local/include/SDL2/SDL_image.h
 - /usr/local/lib/cmake/SDL2_image/
 - /usr/local/lib/cmake/SDL2_image/Findlibjxl.cmake
 - /usr/local/lib/cmake/SDL2_image/Findwebp.cmake
 - /usr/local/lib/cmake/SDL2_image/sdl2_image-config-version.cmake
 - /usr/local/lib/cmake/SDL2_image/sdl2_image-config.cmake
 - /usr/local/lib/libSDL2_image.a
 - /usr/local/lib/libSDL2_image.la
 - /usr/local/lib/libSDL2_image.so.1.1
 - /usr/local/lib/pkgconfig/SDL2_image.pc