#include <imageio/TIFFIO.h>
Inheritance diagram for TIFFIO:

Public Member Functions | |
| bool | supportsExtension (const char *extension) |
| void | registerExtensions (DynArray< std::string > &extensions) |
| bool | readImage (const char *filename, Image *&result) |
| bool | writeImage (const char *filename, const Image *image) |
Note that currently only writing of the LogLuv format is supported. If the image is in RGB mode, a standard RGB TIFF is written out. In XYZ mode, the XYZ values are given directly to the libtiff library and the image is written out in the 32-bit LogLuv format.
|
|
Determine if this plugin supports the given extension.
Implements ImageIO. |
|
|
Build a list of all the extensions this plugin can support
Implements ImageIO. |
|
||||||||||||
|
Given an Image and a filename, try to create an Image. The system will guarantee that the extension is supported by this plugin.
Implements ImageIO. |
|
||||||||||||
|
Given an Image and a filename, try to write the Image to disk. The system will guarantee that the extension is supported by this plugin.
Implements ImageIO. |
1.4.3