Skip to content
Overv edited this page Jul 29, 2012 · 3 revisions

This is a container class for RGBA images with facilities for loading and saving images to files. The current implementation supports PNG, JPEG, BMP and TGA files.

Enumerations

TODO

Exceptions

  • FileException: Thrown by the constructor and Load and Save member functions if the target path could not be accessed.
  • FormatException: Thrown by the constructor and Load and Save member functions if a file could not be interpreted or if an unsupported target file format was specified.

Functions

TODO

Clone this wiki locally