#include <crwimage.hpp>
Static Public Member Functions | |
void | decode (CrwImage *pCrwImage, const byte *pData, uint32_t size) |
Decode metadata from a Canon CRW image in data buffer pData of length size into crwImage. | |
void | encode (Blob &blob, const byte *pData, uint32_t size, const CrwImage *pCrwImage) |
Encode metadata from the CRW image into a data buffer (the binary CRW image). |
|
Decode metadata from a Canon CRW image in data buffer pData of length size into crwImage. This is the entry point to access image data in Ciff format. The parser uses classes CiffHeader, CiffEntry, CiffDirectory.
|
|
Encode metadata from the CRW image into a data buffer (the binary CRW image).
|