42 static const FXchar fileExt[];
43 static const FXchar mimeType[];
47 FXIFFImage(
FXApp* a,
const FXuchar *pix=
nullptr,FXuint opts=0,FXint w=1,FXint h=1);
50 virtual FXbool savePixels(
FXStream& store)
const;
53 virtual FXbool loadPixels(
FXStream& store);
66 extern FXAPI FXbool fxcheckIFF(
FXStream& store);
74 extern FXAPI FXbool fxloadIFF(
FXStream& store,FXColor*& data,FXint& width,FXint& height);
The IFF Image provides support for the EA/Amiga Image File Format.
Definition: FXIFFImage.h:34
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
An Image is a rectangular array of pixels.
Definition: FXImage.h:67