#include <tiffparser.hpp>
Static Public Member Functions | |
void | decode (Image *pImage, const byte *pData, uint32_t size, TiffCompFactoryFct createFct, FindDecoderFct findDecoderFct, TiffHeaderBase *pHeader=0) |
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.
|