42 static const FXchar fileExt[];
43 static const FXchar mimeType[];
47 FXTIFImage(
FXApp *a,
const FXuchar *pix=
nullptr,FXuint opts=0,FXint w=1,FXint h=1);
59 virtual FXbool loadPixels(
FXStream& store);
62 virtual FXbool savePixels(
FXStream& store)
const;
75 extern FXAPI FXbool fxcheckTIF(FXStream& store);
83 extern FXAPI FXbool fxloadTIF(FXStream& store,FXColor*& data,FXint& width,FXint& height,FXushort& codec);
89 extern FXAPI FXbool fxsaveTIF(FXStream& store,
const FXColor* data,FXint width,FXint height,FXushort codec);
static const FXbool supported
True if format is supported.
Definition: FXTIFImage.h:50
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
void setCodec(FXushort c)
Set codec to save with.
Definition: FXTIFImage.h:53
TIFF Image class.
Definition: FXTIFImage.h:32
FXushort getCodec() const
Get codec setting.
Definition: FXTIFImage.h:56
Definition: FX4Splitter.h:28
An Image is a rectangular array of pixels.
Definition: FXImage.h:67