|
| RasterImage (unsigned w, unsigned h) |
|
void | resize (unsigned w, unsigned h) |
|
void | clear (uint32_t color) |
|
void | writeToFile (const char *filename, unsigned quality=100) |
|
void | loadFromFile (const char *filename) |
|
void | flipTopBottom () |
|
void | mergeSideBySide (const RasterImage &left, const RasterImage &right, uint32_t clearColor) |
|
void | mergeOnTopOfEachOther (const RasterImage &left, const RasterImage &right, uint32_t clearColor) |
|
uint32_t * | getData () |
|
const uint32_t * | getData () const |
|
unsigned | getWidth () const |
|
unsigned | getHeight () const |
|
|
static void | getImageFileDimensions (const char *filename, unsigned &width, unsigned &height) |
|
|
std::vector< uint32_t > | m_pixelData |
|
unsigned | m_width |
|
unsigned | m_height |
|
The documentation for this class was generated from the following files:
- /home/andy/Documents/diss/benchmarkCode/code/libs/Common/source/syb3r/tools/RasterImage.h
- /home/andy/Documents/diss/benchmarkCode/code/libs/Common/source/syb3r/tools/RasterImage.cpp