-
Notifications
You must be signed in to change notification settings - Fork 45
Image
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.
TODO
-
FileException: Thrown by the constructor andLoadandSavemember functions if the target path could not be accessed. -
FormatException: Thrown by the constructor andLoadandSavemember functions if a file could not be interpreted or if an unsupported target file format was specified.
TODO