#include <tiffparser.hpp>
Collaboration diagram for Exiv2::TiffCreator:
Static Public Member Functions | |
static std::auto_ptr< TiffComponent > | create (uint32_t extendedTag, uint16_t group) |
Create the TiffComponent for TIFF entry extendedTag and group based on the embedded lookup table. |
static std::auto_ptr<TiffComponent> Exiv2::TiffCreator::create | ( | uint32_t | extendedTag, | |
uint16_t | group | |||
) | [static] |
Create the TiffComponent for TIFF entry extendedTag and group based on the embedded lookup table.
If a tag and group combination is not found in the table, a TiffEntry is created. If the pointer that is returned is 0, then the TIFF entry should be ignored.