Skip to content

SDL image

SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV

As of SDL_image 1.2.5, JPEG, PNG, TIFF, and WEBP 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.

Supported

  • IJG
  • PNG with Zlib
  • TIFF
  • WEBP (http://code.google.com/intl/en-US/speed/webp/index.html)

Local Download

SDL2_image 2.0.1
SDL2_image-2.0.1.tar.gz

Favorite site

References


  1. SDL_image-3_November_2009.pdf