43 static const FXchar fileExt[];
44 static const FXchar mimeType[];
48 FXDDSImage(
FXApp* a,
const FXuchar *pix=
nullptr,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 fxcheckDDS(
FXStream& store);
75 extern FXAPI FXbool fxloadDDS(
FXStream& store,FXColor*& data,FXint& width,FXint& height,FXint& depth);
80 extern FXAPI FXbool fxsaveDDS(
FXStream& store,FXColor* data,FXint width,FXint height,FXint depth);
The DDS Image class is a convenience class for working with images in the Direct Draw Surface (DDS) f...
Definition: FXDDSImage.h:35
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