#include <SILLYPNGImageContext.h>
Inheritance diagram for PNGImageContext:
Public Member Functions | |
bool | flipVertically () |
Flip pixel ordering. | |
size_t | getHeight () const |
PixelFormat | getPixelFormat () const |
size_t | getWidth () const |
PNGImageContext (DataSource *data) | |
int | read (png_bytep data, png_size_t length) |
void | setDestination (byte *pixels, size_t length, PixelFormat format) |
Set the destination of the loading. | |
void | setNextPixel (byte red, byte green, byte bleu, byte alpha) |
Set the next pixel of the image. | |
~PNGImageContext () | |
Protected Member Functions | |
void | setHeight (size_t height) |
void | setWidth (size_t width) |
Friends | |
class | PNGImageLoader |
Definition at line 45 of file SILLYPNGImageContext.h.
bool flipVertically | ( | ) | [inherited] |
Flip pixel ordering.
Definition at line 45 of file SILLYImageContext.cpp.