|
MTek-GDL 0.100.4-muffintrap
|
Image loading and saving functions and classes. More...
Data Structures | |
| class | gdl::ImageWii |
| Image handling class. More... | |
Functions | |
| void | gdl::SaveScreen (const char *fileName) |
| Saves a screenshot. | |
Image loading and saving functions and classes.
| void gdl::SaveScreen | ( | const char * | fileName | ) |
Saves a screenshot.
Saves a screenshot and saves it as a 24-bit PNG image with maximum compression. Because of that, encoding the image will take about roughly half a second.
| [in] | fileName | File name (may contain a path) of the output image file (must end with .png). |