SDL_image 1.2

Author:
   Sam Lantinga and Mattias Engdegård

Documentation:
   http://jcatki.no-ip.org:8080/SDL_image/

Source:
   SDL_image-1.2.6.tar.gz
   SDL_image-1.2.6-1.src.rpm
   SDL_image-1.2.6.zip
   SDL_image-1.2.6.sea.bin

Subversion Repository:
   http://svn.libsdl.org/trunk/SDL_image

Binary:
   Linux
      SDL_image-1.2.6-1.i386.rpm
      SDL_image-devel-1.2.6-1.i386.rpm
   Win32
      SDL_image-1.2.6-win32.zip
      SDL_image-devel-1.2.6-VC8.zip
   MacOS X
      SDL_image-1.2.6.dmg
   MacOS Classic
      SDL_image-devel-1.2.6-PPC.sea.bin

Requires:
   The latest stable release of SDL 1.2

Runs on:
   All platforms supported by SDL

Description:
   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.5, 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.

Instructions:
   Unpack and build. Run "showimage imagefile" to display an image using the library.