soil: soil (C OpenGL texture library)
soil:
soil: SOIL is a tiny C library used primarily for uploading textures into
soil: OpenGL. It is based on stb_image version 1.16, the public domain code
soil: from Sean Barrett. The author has extended it to load TGA and DDS
soil: files, and to perform common functions needed in loading OpenGL
soil: textures. SOIL can also be used to save and load images in a variety
soil: of formats (useful for loading height maps, non-OpenGL applications,
soil: etc.)
soil:
soil: Homepage: http://www.lonesock.net/soil.html