#include <cr2image.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::Cr2Decoder::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 |