Simple Image Loading LibrarY  0.1.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCDataSourceThis is an abstract class used to provide data to the loader
|oCFileDataSourceThis class allow the loading of an image directly from a file
|\CMemoryDataSourceLoad an image from a memory area
oCImageImage is the main user class of the library
oCImageContextStore the data needed by an ImageLoader object during the parsing of an image
|oCJPGImageContextImage Context for JPG image loader
|oCPNGImageContextImage Context for PNG Image Loader
|\CTGAImageContextImage Context for Targa image
oCImageLoaderThis is an abstract class that define the interface of all image loader
|oCJPGImageLoaderLoader class for JPG Image
|oCPNGImageLoaderLoader for PNG Image
|\CTGAImageLoaderLoader for Targa image
\CImageLoaderManagerManage the list of all supported ImageLoader