![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
The IFF Image provides support for the EA/Amiga Image File Format. More...
#include <FXIFFImage.h>
Public Member Functions | |
| FXIFFImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1) | |
| Construct an image from memory stream formatted as IFF format. | |
| virtual FXbool | savePixels (FXStream &store) const |
| Save pixels into stream in IFF format. | |
| virtual FXbool | loadPixels (FXStream &store) |
| Load pixels from stream in IFF format. | |
| virtual | ~FXIFFImage () |
| Destroy. | |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
The IFF Image provides support for the EA/Amiga Image File Format.
|
|