
It currently supports DDS9 textures (and compression), PNG, JPEG, TGA, BMP, and GIF formats. This is a C++ library for loading images. Unofficial OpenGL SDK has an image loading component called GL Image. GLI (OpenGL Image) is a small cross-platform C++ image library able to load DDS textures (DDS9 and DDS10), compressed or uncompressed. LibKTL also has functions to take a loaded KTX image and convert it into an OpenGL texture. The KTX format is closely related to OpenGL, but not used by most tools.


With the exception of libktx, they neither know nor care about loading it into OpenGL Textures. Note: These libraries only load the image data into memory.
