xmp_serialize_and_format

Serialize the XMP Packet to the given buffer with formatting @param xmp the XMP Packet @param buffer the buffer to write the XMP to @param options options on how to write the XMP. See XMP_SERIAL_* @param padding number of bytes of padding, useful for modifying embedded XMP in place. @param newline the new line character to use @param tab the indentation character to use @param indent the initial indentation level @return TRUE if success.

extern (C)
bool
xmp_serialize_and_format
(,,
uint options
,
uint padding
,
const char* newline
,
const char* tab
,
int indent
)

Meta