principia/lib/SDL_image
2026-06-19 00:13:04 +02:00
..
IMG.c Use filename extensions for determining image format rather than magic 2026-06-19 00:13:04 +02:00
IMG_jpg.c Use filename extensions for determining image format rather than magic 2026-06-19 00:13:04 +02:00
IMG_png.c Use filename extensions for determining image format rather than magic 2026-06-19 00:13:04 +02:00
LICENSE Update SDL_image to latest in upstream 2026-06-17 20:10:28 +02:00
README.md Update SDL_image to latest in upstream 2026-06-17 20:10:28 +02:00
SDL_image.h Use filename extensions for determining image format rather than magic 2026-06-19 00:13:04 +02:00

This is a cut down version of SDL3_image for use with Principia.

It only allows loading PNG and JPEG images using libpng and libjpeg respectively.

This version of SDL_image is based on commit 0e2eaa923ddea285dfa35c4bf0c0092d3799e2ee in upstream.