#include <orfimage_int.hpp>
Inheritance diagram for Exiv2::Internal::OrfHeader:
Public Member Functions | |
Creators | |
OrfHeader () | |
Default constructor. | |
~OrfHeader () | |
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. |