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 jcatki AT jcatki.no-ip.org

ENJOY!

The Docs

  • Framed (HTML)
  • One page (HTML)
  • Tar Gzipped HTML Docs 34K
  • Zipped HTML Docs 134K
  • Acrobat PDF 196K
  • Gzipped Postcript 55K
  • Tar Gzipped GNU Info 28K
  • Gzipped GNU texinfo (source) 7K

    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