42 static const FXchar fileExt[];
43 static const FXchar mimeType[];
47 FXTIFIcon(
FXApp *a,
const FXuchar *pix=
nullptr,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXint h=1);
59 virtual FXbool savePixels(
FXStream& store)
const;
62 virtual FXbool loadPixels(
FXStream& store);
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);
void setCodec(FXushort c)
Set codec to save with.
Definition: FXTIFIcon.h:53
FXushort getCodec() const
Get codec setting.
Definition: FXTIFIcon.h:56
TIFF Icon class.
Definition: FXTIFIcon.h:32
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 Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
static const FXbool supported
True if format is supported.
Definition: FXTIFIcon.h:50