sdl3_image

Library for loading images as SDL3 surfaces and textures

brewmacoslinux
Try with needOr install directly
Source

About

Library for loading images as SDL surfaces and textures

Commands

sdl3_image

Examples

Load and display an image file using SDL3_image in a C/C++ program$ gcc -o image_viewer viewer.c $(pkg-config --cflags --libs SDL3_image)
Link SDL3_image library to an existing SDL3 application$ pkg-config --cflags --libs SDL3_image
Include SDL3_image headers in a development project$ #include <SDL3_image/SDL_image.h>