SDL image
From GDWiki
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.

