40 static const FXchar fileExt[];
41 static const FXchar mimeType[];
45 FXRGBImage(
FXApp* a,
const FXuchar *pix=
nullptr,FXuint opts=0,FXint w=1,FXint h=1);
48 virtual FXbool savePixels(
FXStream& store)
const;
51 virtual FXbool loadPixels(
FXStream& store);
64 extern FXAPI FXbool fxcheckRGB(
FXStream& store);
72 extern FXAPI FXbool fxloadRGB(
FXStream& store,FXColor*& data,FXint& width,FXint& height);
78 extern FXAPI FXbool fxsaveRGB(
FXStream& store,
const FXColor *data,FXint width,FXint height);
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
IRIS RGB image.
Definition: FXRGBImage.h:32
An Image is a rectangular array of pixels.
Definition: FXImage.h:67