#include <tiffimage_int.hpp>
Collaboration diagram for Exiv2::Internal::TiffCreator:
Static Public Member Functions | |
std::auto_ptr< TiffComponent > | create (uint32_t extendedTag, uint16_t 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. | |
void | getPath (TiffPath &tiffPath, uint32_t extendedTag, uint16_t 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. |