#include <Image.h>
Public Member Functions | |
Image (const std::string &filename) | |
unsigned int | getWidth () const |
unsigned int | getHeight () const |
unsigned int | getBpp () const |
unsigned char * | getData () const |
|
Constructs an Image from the specified image file.
|
|
Returns the byte per pixel in the image.
|
|
Returns a pointer to the image data. TODO: how is the image data stored?
|
|
Returns the height of the image.
|
|
Returns the width of the image.
|