![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
TIFF Image class. More...
#include <FXTIFImage.h>
Public Member Functions | |
| 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. | |
Static Public Attributes | |
| static const FXchar | fileExt [] |
| static const FXchar | mimeType [] |
| static const FXbool | supported |
| True if format is supported. | |
Protected Attributes | |
| FXushort | codec |
TIFF Image class.
|
|