10#ifndef EXIV2_CR2HEADER_INT_HPP
11#define EXIV2_CR2HEADER_INT_HPP
15#include "tiffimage_int.hpp"
34 bool read(
const byte* pData,
size_t size)
override;
50 uint32_t offset2_{0x00000000};
51 static constexpr auto cr2sig_ =
"CR\2\0";
Helper structure for the Matroska tags lookup table.
Definition matroskavideo.hpp:39
std::vector< IfdId > PrimaryGroups
Type for a list of primary image groups.
Definition tifffwd_int.hpp:80
IfdId
Type to specify the IFD to which a metadata belongs.
Definition tags.hpp:34
ByteOrder
Type to express the byte order (little or big endian)
Definition types.hpp:34
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition types.hpp:124