45 static const FXchar fileExt[];
53 static const bool supported;
56 void setCodec(
FXuint c){ codec=c; }
59 FXuint getCodec()
const {
return codec; }
62 virtual bool savePixels(FXStream& store)
const;
65 virtual bool loadPixels(FXStream& store);
bool fxloadTIF(FXStream &store, FXColor *&data, FXint &width, FXint &height, FXushort &codec)
Load an TIFF (Tagged Image File Format) file from a stream.
unsigned short FXushort
Definition: fxdefs.h:387
char FXchar
Definition: fxdefs.h:380
bool fxcheckTIF(FXStream &store)
Check if stream contains a TIFF, return TRUE if so.
unsigned int FXuint
Definition: fxdefs.h:389
TIFF Icon class.
Definition: FXTIFIcon.h:35
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
#define FXRGB(r, g, b)
Make RGB color.
Definition: fxdefs.h:572
FXuint FXColor
Definition: fxdefs.h:447
bool fxsaveTIF(FXStream &store, const FXColor *data, FXint width, FXint height, FXushort codec)
Save an TIFF (Tagged Image File Format) file to a stream.
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:45
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92