![]() |
Exiv2
|
Structure for a mapping table for conversion of CIFF entries to image metadata and vice versa. More...
#include <crwimage_int.hpp>
Public Member Functions | |
Creators | |
| CrwMapping (uint16_t crwTagId, uint16_t crwDir, uint32_t size, uint16_t tag, Internal::IfdId ifdId, CrwDecodeFct toExif, CrwEncodeFct fromExif) | |
| Default constructor. | |
Public Attributes | |
| uint16_t | crwTagId_ |
| CRW tag id. | |
| uint16_t | crwDir_ |
| CRW directory tag. | |
| uint32_t | size_ |
| Data size (overwrites the size from the entry) | |
| uint16_t | tag_ |
| Exif tag to map to. | |
| IfdId | ifdId_ |
| Exif Ifd id to map to. | |
| CrwDecodeFct | toExif_ |
| Conversion function. | |
| CrwEncodeFct | fromExif_ |
| Reverse conversion function. | |
Structure for a mapping table for conversion of CIFF entries to image metadata and vice versa.
1.8.14