39 static const FXchar fileExt[];
40 static const FXchar mimeType[];
44 FXPCXImage(
FXApp* a,
const FXuchar *pix=
nullptr,FXuint opts=0,FXint w=1,FXint h=1);
47 virtual FXbool savePixels(
FXStream& store)
const;
50 virtual FXbool loadPixels(
FXStream& store);
63 extern FXAPI FXbool fxcheckPCX(
FXStream& store);
71 extern FXAPI FXbool fxloadPCX(
FXStream& store,FXColor*& data,FXint& width,FXint& height);
77 extern FXAPI FXbool fxsavePCX(
FXStream& store,
const FXColor *data,FXint width,FXint height);
PCX graphics file.
Definition: FXPCXImage.h:31
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 Image is a rectangular array of pixels.
Definition: FXImage.h:67