![]() |
Exiv2
|
Variables | |
| const uint32_t | none = 0x10000 |
| Dummy tag. | |
| const uint32_t | root = 0x20000 |
| Special tag: root IFD. | |
| const uint32_t | next = 0x30000 |
| Special tag: next IFD. | |
| const uint32_t | all = 0x40000 |
| Special tag: all tags in a group. | |
| const uint32_t | pana = 0x80000 |
| Special tag: root IFD of Panasonic RAW images. | |
| const uint32_t | fuji = 0x100000 |
| Special tag: root IFD of Fujifilm RAF images. | |
| const uint32_t | cmt2 = 0x110000 |
| Special tag: root IFD of CR3 images. | |
| const uint32_t | cmt3 = 0x120000 |
| Special tag: root IFD of CR3 images. | |
| const uint32_t | cmt4 = 0x130000 |
| Special tag: root IFD of CR3 images. | |
Special TIFF tags for the use in TIFF structures only
| const uint32_t Exiv2::Internal::Tag::all = 0x40000 |
Special tag: all tags in a group.
Referenced by Exiv2::Internal::TiffCreator::create(), and Exiv2::Internal::TiffMappingInfo::operator==().
| const uint32_t Exiv2::Internal::Tag::fuji = 0x100000 |
Special tag: root IFD of Fujifilm RAF images.
Referenced by Exiv2::TiffParser::decode().
| const uint32_t Exiv2::Internal::Tag::next = 0x30000 |
Special tag: next IFD.
Referenced by Exiv2::Internal::TiffDirectory::doAddPath(), and Exiv2::Internal::TiffReader::visitDirectory().
| const uint32_t Exiv2::Internal::Tag::pana = 0x80000 |
Special tag: root IFD of Panasonic RAW images.
Referenced by Exiv2::Rw2Parser::decode().
| const uint32_t Exiv2::Internal::Tag::root = 0x20000 |
Special tag: root IFD.
Referenced by Exiv2::Cr2Parser::decode(), Exiv2::OrfParser::decode(), Exiv2::TiffParser::decode(), Exiv2::Cr2Parser::encode(), Exiv2::ExifParser::encode(), Exiv2::OrfParser::encode(), and Exiv2::TiffParser::encode().