jpeg Textures

I need a library to load (import) jpeg textures into my OpenGl Enginge. But I don’t want to need one of the big librarys, because they are so big, and I want to keep the sourcecode small.
(it did not need to be jpeg, but small!)

(sorry for my bad English)

You can use John W. Ratcliff’s intel jpeg library wrapper. http://www.flipcode.com/cgi-bin/msg.cgi?showThread=COTD-JpegLib&forum=cotd&id=-1

www.robals.f2s.com/easyjpeg

Its and example program that uses IJL…Hope it helps…