SILLY_JPGImageLoader(3)
| JPGImageLoader(3) | Simple Image Loading LibrarY | JPGImageLoader(3) |
NAME
JPGImageLoader - Loader class for JPG Image.
SYNOPSIS
#include <SILLYJPGImageLoader.h>
Inherits ImageLoader.
Public Member Functions
void destroyContext (ImageContext *context)
Destroy the image context. const char * getIdentifierString () const
Return the name of 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.
Detailed Description
Loader class for JPG Image.
Definition at line 42 of file SILLYJPGImageLoader.h.
Member Function Documentation
void destroyContext (ImageContext * context) [inherited]
Destroy the image context.
Parameters:
Definition at line 47 of file SILLYImageLoader.cpp.
ImageContext * loadHeader (PixelFormat & formatSource, DataSource * data) [virtual]
Parse the header of the image and fill the header struct.
Parameters:
data the input of the image data
Returns:
Implements ImageLoader.
Definition at line 56 of file SILLYJPGImageLoader.cpp.
bool loadImageData (PixelOrigin origin, DataSource * data, ImageContext * context) [virtual]
Parse the pixels data of the image and fill the header struct.
Parameters:
data the input of the image data
context the data associated to the image parsing
Returns:
Implements ImageLoader.
Definition at line 90 of file SILLYJPGImageLoader.cpp.
Author
Generated automatically by Doxygen for Simple Image Loading LibrarY from the source code.
| Sat Mar 2 2019 | Version 0.1.0 |
