#include <tiffimage_int.hpp>
Collaboration diagram for Exiv2::Internal::TiffMapping:
Static Public Member Functions | |
static DecoderFct | findDecoder (const std::string &make, uint32_t extendedTag, uint16_t group) |
Find the decoder function for a key. | |
static EncoderFct | findEncoder (const std::string &make, uint32_t extendedTag, uint16_t group) |
Find special encoder function for a key. |
DecoderFct Exiv2::Internal::TiffMapping::findDecoder | ( | const std::string & | make, | |
uint32_t | extendedTag, | |||
uint16_t | group | |||
) | [static] |
Find the decoder function for a key.
If the returned pointer is 0, the tag should not be decoded, else the decoder function should be used.
make | Camera make | |
extendedTag | Extended tag | |
group | Group |
EncoderFct Exiv2::Internal::TiffMapping::findEncoder | ( | const std::string & | make, | |
uint32_t | extendedTag, | |||
uint16_t | group | |||
) | [static] |
Find special encoder function for a key.
If the returned pointer is 0, the tag should be encoded with the encoder function of the TIFF component, else the encoder function should be used.
make | Camera make | |
extendedTag | Extended tag | |
group | Group |