42 static const FXchar fileExt[];
43 static const FXchar mimeType[];
50 virtual bool savePixels(
FXStream& store)
const;
53 virtual bool loadPixels(
FXStream& store);
56 virtual ~FXGIFImage();
GIF Image class.
Definition: FXGIFImage.h:34
char FXchar
Definition: fxdefs.h:387
unsigned int FXuint
Definition: fxdefs.h:396
#define FXAPI
Definition: fxdefs.h:122
bool fxcheckGIF(FXStream &store)
Check if stream contains a GIF, return TRUE if so.
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
bool fxsaveGIF(FXStream &store, const FXColor *data, FXint width, FXint height, bool fast=true)
Save an GIF (Graphics Interchange Format) file to a stream.
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
An Image is a rectangular array of pixels.
Definition: FXImage.h:67
bool fxloadGIF(FXStream &store, FXColor *&data, FXint &width, FXint &height)
Load an GIF (Graphics Interchange Format) file from a stream.
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92