Test 0.0.1
|
Jonathan Dummer 2007-07-26-10.36
Simple OpenGL Image Library
A tiny c library for uploading images as textures into OpenGL. Also saving and loading of images is supported.
I'm using Sean's Tool Box image loader as a base: http://www.nothings.org/
I'm upgrading it to load TGA and DDS files, and a direct path for loading DDS files straight into OpenGL textures, when applicable.
Image Formats:
OpenGL Texture Features:
Thanks to: Sean Barret - for the awesome stb_image Dan Venkitachalam - for finding some non-compliant DDS files, and patching some explicit casts everybody at gamedev.net