Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXTIFImage Class Reference

TIFF Image class.

#include <FXTIFImage.h>

Inheritance diagram for FX::FXTIFImage:

FX::FXImage FX::FXDrawable FX::FXId FX::FXObject List of all members.

Public Methods

 FXTIFImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1)
 Construct an image from memory stream formatted in TIFF format.

void setCodec (FXuint c)
 Set codec to save with.

FXuint getCodec () const
 Get codec setting.

virtual FXbool loadPixels (FXStream &store)
 Load pixels into stream in TIFF format.

virtual FXbool savePixels (FXStream &store) const
 Save pixels from stream in TIFF format.

virtual ~FXTIFImage ()
 Destroy.