#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 | |
| uint32_t | write (Blob &blob) const |
| Write the image header to the binary image blob. This method appends to the blob. | |
|
||||||||||||
|
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. |
|
|
Write the image header to the binary image blob. This method appends to the blob.
Reimplemented from Exiv2::Internal::TiffHeaderBase. |
1.3.5