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]
 CDataSourceThis is an abstract class used to provide data to the loader
 CFileDataSourceThis class allow the loading of an image directly from a file
 CMemoryDataSourceLoad an image from a memory area
 CImageImage is the main user class of the library
 CImageContextStore the data needed by an ImageLoader object during the parsing of an image
 CJPGImageContextImage Context for JPG image loader
 CPNGImageContextImage Context for PNG Image Loader
 CTGAImageContextImage Context for Targa image
 CImageLoaderThis is an abstract class that define the interface of all image loader
 CJPGImageLoaderLoader class for JPG Image
 CPNGImageLoaderLoader for PNG Image
 CTGAImageLoaderLoader for Targa image
 CImageLoaderManagerManage the list of all supported ImageLoader