Documentation:
http://jcatki.no-ip.org:8080/SDL_image/ and on this site.
Source:
SDL_image-1.2.12.tar.gz
SDL_image-1.2.12-1.src.rpm
SDL_image-1.2.12.zip
Mercurial Repository:
http://hg.libsdl.org/SDL_image/
Binary:
Linux
SDL_image-1.2.12-1.i386.rpm
SDL_image-devel-1.2.12-1.i386.rpm
SDL_image-1.2.12-1.x86_64.rpm
SDL_image-devel-1.2.12-1.x86_64.rpm
Windows
SDL_image-1.2.12-win32.zip
SDL_image-1.2.12-win32-x64.zip (64-bit Windows)
SDL_image-devel-1.2.12-VC.zip
Mac OS X
SDL_image-1.2.12.dmg (Intel 10.5+)
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, 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.
Instructions:
Unpack and build. Run "showimage imagefile"
to display an image using the library.
Changes:
1.2.12:
* Fixed regression in 1.2.11 loading 8-bit PNG images with libpng
1.2.11:
* SDL_image is now under the zlib license
* SDL_image binaries have been built with the following libraries:
JPEG v8d
libpng 1.5.7
libwebp 0.1.3
tiff 4.0.0
zlib 1.2.5
* SDL_image framework on OSX is built for Intel 10.5 and newer,
PowerPC binaries can be built by modifying the Xcode project
* Fixed loading 8-bit PNG images on Mac OS X
* Added WEBP image support
* Fixed compiling with libpng 1.4 and 1.5
* Added Android.mk to build on the Android platform
* Fixed loading HAM6 images with stencil mask
* Fixed bug loading 15 and 16 bit BMP images
Thanks to these people and many others for their help on this release:
Mark Tucker, Thomas Klausner, Michael Bonfils
1.2.10:
* Fixed bug loading multiple images
1.2.9:
* Fixed alpha premultiplication on Mac OS X and iPhone OS
* Fixed checking for IMG_Init() return value in image loaders
1.2.8:
* Added support for uncompressed PCX files
* Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
* Added support for ICO and CUR image files
* Added ImageIO loading infrastructure for Mac OS X
* Added UIImage loading infrastructure for iPhone / iPod Touch