link_SOIL.xcpjh


//////////////////// SOIL //////////////////////
/*
SOIL (Simple OpenGL Image Library) is a small and easy-to-use library that loads image files 
directly into texture objects or creates them for you. 

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

Can read:  bmp, png, jpg, tga, dds, psd, hdr
can write: tga, bmp, dds

Cross platform (Windows, *nix, Mac OS X)

License: Public Domain
*/