#include <SILLYJPGImageContext.h>
Inheritance diagram for JPGImageContext:
Public Member Functions | |
bool | flipVertically () |
Flip pixel ordering. | |
size_t | getHeight () const |
PixelFormat | getPixelFormat () const |
size_t | getWidth () const |
JPGImageContext () | |
void | setDestination (byte *pixels, size_t length, PixelFormat format) |
Set the destination of the loading. | |
void | setImageSize () |
void | setNextPixel (byte red, byte green, byte bleu, byte alpha) |
Set the next pixel of the image. | |
~JPGImageContext () | |
Public Attributes | |
jpeg_decompress_struct | cinfo |
jpeg_error_mgr | d_error_mgr |
DataSource * | d_source |
jmp_buf | setjmp_buffer |
jpeg_source_mgr | src_mgr |
Protected Member Functions | |
void | setHeight (size_t height) |
void | setWidth (size_t width) |
Most of the code of this loader is taken from Corona and adapted to our image loading framework
Multiple loading is not handle yet.
Definition at line 56 of file SILLYJPGImageContext.h.
bool flipVertically | ( | ) | [inherited] |
Flip pixel ordering.
Definition at line 45 of file SILLYImageContext.cpp.