libImage Documentation: The purpose of libImage - Aims


libImage aims to be a simplistic image loading library that can load lots of
different flavours of image, and all with just 2 functions - LoadImage(); and FreeImage();
It also aims to feature a lower level API that has the same architecture as the high level one
so that people wanting to support specific formats can, and the do not have to re-learn how to use the library
in order to do that.