Short: SDL image file loading library Author: Sam Lantinga and Mattias Engdegard, AmigaOS 4.0 compile by Spot / Up Rough Uploader: Varthall / Up Rough Type: dev/lib Version: 1.2.6 Architecture: ppc-amigaos >= 4.0.5 SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV As of SDL_image 1.2.6, JPEG, PNG, and TIFF image loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries. libpng depends on libz, and libtiff depends on both libz and libjpeg. Notes from submitter: Both clib2 and newlib builds are included. Latest SDL (v1.2.11) can be found at this url: http://www.rcdrummond.net/sdl/index.html