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

FXTIFImage Class Reference

TIFF Image class.

#include <FXTIFImage.h>

Inheritance diagram for FXTIFImage:

FXImage FXDrawable FXId 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 void loadPixels (FXStream &store)
 Save pixels into stream in TIFF format.

virtual void savePixels (FXStream &store) const
 Load pixels from stream in TIFF format.

virtual ~FXTIFImage ()
 Destroy.