#include <SILLYPNGImageLoader.h>
Inheritance diagram for PNGImageLoader:
Public Member Functions | |
void | destroyContext (ImageContext *context) |
Destroy the image context. | |
const char * | getIdentifierString () const |
Return the name of the loader. | |
ImageContext * | loadHeader (PixelFormat &formatSource, 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. | |
PNGImageLoader () | |
~PNGImageLoader () |
Definition at line 42 of file SILLYPNGImageLoader.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 83 of file SILLYPNGImageLoader.cpp. |
|
Parse the pixels data of the image and fill the header struct.
Implements ImageLoader. Definition at line 149 of file SILLYPNGImageLoader.cpp. |