27#ifndef CR2IMAGE_INT_HPP_
28#define CR2IMAGE_INT_HPP_
32#include "tiffimage_int.hpp"
55 bool read(
const byte* pData, uint32_t
size);
72 static const char* cr2sig_;
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:193
std::vector< IfdId > PrimaryGroups
Type for a list of primary image groups.
Definition: tifffwd_int.hpp:107
IfdId
Type to specify the IFD to which a metadata belongs.
Definition: tags_int.hpp:46
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
ByteOrder
Type to express the byte order (little or big endian)
Definition: types.hpp:102