#include <tiffparser.hpp>

Static Public Member Functions | |
| static const DecoderFct | findDecoder (const std::string &make, uint32_t extendedTag, uint16_t group) |
| Find the decoder function for a key. | |
| static const DecoderFct Exiv2::TiffDecoder::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 |
1.5.4