SDL image

From GDWiki

Revision as of 00:11, 30 April 2008 by Eeyore (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

SDL_image is an extension to SDL that provides functions to load images of formats other than bitmaps. It supports PNM, XPM, LBM, PCX, GIF, JPEG, PNG, and TGA, in addition to the BMP support provided natively by SDL. Like SDL, it is small, simple, portable, and available under the GNU LGPL.

[edit] SDL_image Links