#include <cr2image_int.hpp>
Inheritance diagram for Exiv2::Internal::Cr2Header:
Public Member Functions | |
Creators | |
Cr2Header () | |
Default constructor. | |
~Cr2Header () | |
Destructor. | |
Manipulators | |
bool | read (const byte *pData, uint32_t size) |
Read the image header from a data buffer. Return false if the data buffer does not contain an image header of the expected format, else true. | |
Accessors | |
DataBuf | write () const |
Return the image header in binary format. The caller owns this data and DataBuf ensures that it will be deleted. |
|
Read the image header from a data buffer. Return false if the data buffer does not contain an image header of the expected format, else true.
Reimplemented from Exiv2::Internal::TiffHeaderBase. |
|
Return the image header in binary format. The caller owns this data and DataBuf ensures that it will be deleted.
Reimplemented from Exiv2::Internal::TiffHeaderBase. |