SDL_image Documentation

This is the documentation for SDL_image.

SDL_image is an image loading library that is used with the SDL library, and almost as portable. It allows a programmer to use multiple image formats without having to code all the loading and conversion algorithms themselves.

SDL_image is available at www.libsdl.org or more specifically The SDL_image homepage

All suggestions and corrections are welcome, email JonathanCAtkins@gmail.com

ENJOY!

The Docs

  • Framed (HTML)
  • One page (HTML)
  • Tar Gzipped HTML Docs 20K
  • Zipped HTML Docs 144K
  • Acrobat PDF 212K
  • Gzipped Postcript 96K
  • Tar Gzipped GNU Info 12K
  • Gzipped GNU texinfo (source) 12K

    The Demonstration code

  • Browse
  • SDL_image_demos.tar.gz 5.4M
  • SDL_image_demos.zip 5.4M

    Anonymous CVS access

    first...
    	cvs -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot login
    	
    press enter at the password prompt, there's no password
    	cvs -z6 -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot co SDL_image-docs
    	
    and later, to get any updates...
    	cvs -z6 update -dP