Inheritance diagram for DiTIFFPlugin:

Public Member Functions | |
| DiTIFFPlugin () | |
| constructor | |
| virtual | ~DiTIFFPlugin () |
| destructor | |
| virtual int | write (DiImage *image, FILE *stream, const unsigned long frame=0) const |
| write given image to a file stream (TIFF format) | |
| void | setCompressionType (DiTIFFCompression ctype) |
| set compression type for TIFF creation | |
| void | setLZWPredictor (DiTIFFLZWPredictor pred) |
| set predictor type for LZW compression | |
| void | setRowsPerStrip (unsigned long rows=0) |
| set rows per strip for TIFF creation. | |
Static Public Member Functions | |
| static OFString | getLibraryVersionString () |
| get version information of the TIFF library. | |
Private Attributes | |
| DiTIFFCompression | compressionType |
| TIFF compression type. | |
| DiTIFFLZWPredictor | predictor |
| TIFF predictor type. | |
| unsigned long | rowsPerStrip |
| TIFF rows per strip. | |
Definition at line 92 of file dipitiff.h.
|
|
get version information of the TIFF library. Typical output format: "LIBTIFF, Version 3.5.7"
|
|
|
set compression type for TIFF creation
|
|
|
set predictor type for LZW compression
|
|
|
set rows per strip for TIFF creation.
|
|
||||||||||||||||
|
write given image to a file stream (TIFF format)
Implements DiPluginFormat. |