SDL2 image loading library for C/C++ game and graphics development
Library for loading images as SDL surfaces and textures
sdl2_image$ gcc myapp.c -o myapp $(pkg-config --cflags --libs SDL2_image)$ pkg-config --modversion SDL2_image$ pkg-config --libs SDL2_image