40 static const FXchar fileExt[];
41 static const FXchar mimeType[];
45 FXWEBPIcon(
FXApp *a,
const FXuchar *pix=
nullptr,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXint h=1);
51 virtual FXbool savePixels(
FXStream& store)
const;
54 virtual FXbool loadPixels(
FXStream& store);
67 extern FXAPI FXbool fxcheckWEBP(
FXStream& store);
75 extern FXAPI FXbool fxloadWEBP(
FXStream& store,FXColor*& data,FXint& width,FXint& height);
81 extern FXAPI FXbool fxsaveWEBP(
FXStream& store,
const FXColor* data,FXint width,FXint height,FXfloat quality);
Google WebP Icon class.
Definition: FXWEBPIcon.h:32
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
static const FXbool supported
True if format is supported.
Definition: FXWEBPIcon.h:48
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