#include <tiffparser.hpp>
Static Public Member Functions | |
static void | decode (Image *pImage, const byte *pData, uint32_t size, TiffCompFactoryFct createFct) |
Decode TIFF metadata from a data buffer pData of length size into pImage. |
|
Decode TIFF metadata from a data buffer pData of length size into pImage. This is the entry point to access image data in TIFF format. The parser uses classes TiffHeade2 and the TiffComponent and TiffVisitor hierarchies.
|