- Readable Image Formats:
- BMP - non-1bpp, non-RLE (from stb_image documentation)
- PNG - non-interlaced (from stb_image documentation)
- JPG - JPEG baseline (from stb_image documentation)
- TGA - greyscale or RGB or RGBA or indexed, uncompressed or RLE
- DDS - DXT1/2/3/4/5, uncompressed, cubemaps (can't read 3D DDS files yet)
- PSD - (from stb_image documentation)
- HDR - converted to LDR, unless loaded with *HDR* functions (RGBE or RGBdivA or RGBdivA2)
- Writeable Image Formats:
- TGA - Greyscale or RGB or RGBA, uncompressed
- BMP - RGB, uncompressed
- DDS - RGB as DXT1, or RGBA as DXT5
Joshy
included:
soil.bi
soil32.dll
soil64.dll
libsoil32.so
libsoil64.so
test01.bas ' RGB
test01.bas ' RGBA
OpenGL_RGB.png
OpenGL_RGBA.png