30 #ifndef _SILLYJPGImageLoader_h_ 31 #define _SILLYJPGImageLoader_h_ 32 #include "SILLYBase.h" 33 #include "SILLYImageLoader.h" 56 #ifdef SILLY_OPT_INLINE 57 #include "SILLYJPGImageLoader.icpp" 60 #endif // end of guard _SILLYJPGImageLoader_h_ PixelOrigin
List all pixel origin supported.
This is an abstract class used to provide data to the loader.
ImageContext * loadHeader(PixelFormat &header, DataSource *data)
Parse the header of the image and fill the header struct.
bool loadImageData(PixelOrigin origin, DataSource *data, ImageContext *context)
Parse the pixels data of the image and fill the header struct.
PixelFormat
List all pixel format supported.
Simple Image Loading LibrarY namespace.
Loader class for JPG Image.
This is an abstract class that define the interface of all image loader.
Store the data needed by an ImageLoader object during the parsing of an image.