[PATCH] New sample "editxmp": edit XMP metadata in an external editor

Hubert Figuière hub at figuiere.net
Sun Jan 24 23:02:35 PST 2010


On 10-01-24 10:25 PM, Andrew Cady wrote:
> This is a new command for the samples directory that is somewhat useful
> as an application.  It uses a common unixy technique to allow the user
> to edit XMP metadata: it reads the XMP metadata from a file, saves the
> metadata as text to a temporary file, and launches a text editor on the
> temporary file; if the user saves it, then the metadata is written back
> into the original file.  As an example, it shows the whole cycle an
> editor must use, and could serve as a starting point for an XMP editor
> that was a little less brain-dead about the meaning of XMP data.

Thanks for the patch, but the "Adobe" API, the one from the Adobe XMP 
SDK aren't supported / exported.

One of the reason of Exempi to exist is to provide a clean C API (with 
ABI stability amongst other things) instead of a template based C++ API. 
Which your sample does not use (the samples/source directory comes 
directly from the original source tree).

In short, I can't accept it.

Cheers,

Hub


More information about the Exempi-devel mailing list