#include <iptc.hpp>
Static Public Member Functions | |
int | decode (IptcData &iptcData, const byte *pData, uint32_t size) |
Decode binary IPTC data in IPTC IIM4 format from a buffer pData of length size to the provided metadata container. | |
DataBuf | encode (const IptcData &iptcData) |
Encode the IPTC datasets from iptcData to a binary representation in IPTC IIM4 format. |
|
Decode binary IPTC data in IPTC IIM4 format from a buffer pData of length size to the provided metadata container.
|
|
Encode the IPTC datasets from iptcData to a binary representation in IPTC IIM4 format. Convert the IPTC datasets to binary format and return it. Caller owns the returned buffer. The copied data follows the IPTC IIM4 standard.
|