#include <SILLYJPGImageLoader.h>
Inheritance diagram for JPGImageLoader:
Public Member Functions | |
void | destroyContext (ImageContext *context) |
Destroy the image context. | |
const char * | getIdentifierString () const |
Return the name of the loader. | |
JPGImageLoader () | |
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. | |
~JPGImageLoader () |
Definition at line 42 of file SILLYJPGImageLoader.h.
|
Destroy the image context.
Definition at line 47 of file SILLYImageLoader.cpp. |
|
Parse the header of the image and fill the header struct.
Implements ImageLoader. Definition at line 56 of file SILLYJPGImageLoader.cpp. |
|
Parse the pixels data of the image and fill the header struct.
Implements ImageLoader. Definition at line 90 of file SILLYJPGImageLoader.cpp. |