![]() |
Exiv2
|
TIFF component factory. More...
#include <tiffimage_int.hpp>
Static Public Member Functions | |
static std::auto_ptr< TiffComponent > | create (uint32_t extendedTag, IfdId group) |
Create the TiffComponent for TIFF entry extendedTag and group. The embedded lookup table is used to find the correct component creation function. If the pointer that is returned is 0, then the TIFF entry should be ignored. | |
static void | getPath (TiffPath &tiffPath, uint32_t extendedTag, IfdId group, uint32_t root) |
Get the path, i.e., a list of extended tag and group pairs, from the root TIFF element to the TIFF entry extendedTag and group. | |
TIFF component factory.