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 loadPixels(FXStream& store);
65 virtual bool savePixels(FXStream& store)
const;
68 virtual ~FXTIFImage();
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
#define FXAPI
Definition: fxdefs.h:122
Application Object.
Definition: FXApp.h:158
#define NULL
Definition: fxdefs.h:41
FXuint FXColor
Definition: fxdefs.h:447
TIFF Image class.
Definition: FXTIFImage.h:35
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 Image is a rectangular array of pixels.
Definition: FXImage.h:67
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92