Simple Image Loading LibrarY 0.1.0
|
The Simple Image Loading LibrarY is a compagnion library of the CEGUI project. This library released under MIT aims at providing a simple and easy to use library for image loading.
At the time being it supports the following image format:
The 0.1.0 release does not support any palettized version.
The library rests on third party library :
In order to help you getting started with the library, the following example shows how to load an image from a memory area. In order to load an image one need to know only a few class : SILLY::MemoryDataSource which is an adaptator around a memory area and SILLY::Image