45 static const FXchar fileExt[];
46 static const FXchar mimeType[];
53 virtual bool savePixels(
FXStream& store)
const;
56 virtual bool loadPixels(
FXStream& store);
char FXchar
Definition: fxdefs.h:387
bool fxcheckIFF(FXStream &store)
Check if stream contains a IFF, return TRUE if so.
unsigned int FXuint
Definition: fxdefs.h:396
The IFF Image provides support for the EA/Amiga Image File Format.
Definition: FXIFFImage.h:37
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
FXuint FXColor
Definition: fxdefs.h:454
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
bool fxloadIFF(FXStream &store, FXColor *&data, FXint &width, FXint &height)
Load an IFF (EA Image File Format) file from a stream.
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92