SILLY_ImageContext(3)
| ImageContext(3) | Simple Image Loading LibrarY | ImageContext(3) |
NAME
ImageContext - Store the data needed by an ImageLoader object during the parsing of an image.
SYNOPSIS
#include <SILLYImageContext.h>
Inherited by JPGImageContext, PNGImageContext, and TGAImageContext.
Public Member Functions
bool flipVertically ()
Flip pixel ordering. size_t getHeight () const
PixelFormat getPixelFormat () const
size_t getWidth () const
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. virtual ~ImageContext ()
Destructor.
Protected Member Functions
ImageContext (size_t width, size_t height)
Constructor. void setHeight (size_t height)
void setWidth (size_t width)
Detailed Description
Store the data needed by an ImageLoader object during the parsing of an image.
Definition at line 43 of file SILLYImageContext.h.
Constructor & Destructor Documentation
ImageContext (size_t width, size_t height) [protected]
Constructor.
Parameters:
height the height of the image
Member Function Documentation
bool flipVertically ()
Flip pixel ordering.
Returns:
Definition at line 45 of file SILLYImageContext.cpp.
Author
Generated automatically by Doxygen for Simple Image Loading LibrarY from the source code.
| Sat Mar 2 2019 | Version 0.1.0 |
