GzImage Class Reference
#include <Image.hh>
List of all members.
Constructor & Destructor Documentation
GzImage::~GzImage |
( |
|
) |
[virtual] |
|
Member Function Documentation
int GzImage::Set |
( |
int |
width, |
|
|
int |
height, |
|
|
const uint8_t * |
data |
|
) |
|
|
|
Load an image from data.
- Parameters:
-
| width,height | Image dimensions (pixels). |
| data | Image data (packed RGB888). |
- Returns:
- Returns 0 on success.
|
int GzImage::Load |
( |
const char * |
filename |
) |
|
|
|
Load an image from a file.
|
Member Data Documentation
The documentation for this class was generated from the following files:
Last updated 12 September 2005 21:38:45
|