You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.2 KiB
Plaintext

18 years ago
Exiv2 XMP support
*****************
XMP support is controlled with the --enable-xmp and --disable-xmp
options to the configure script. Building Exiv2 with XMP support
requires the Expat XML parser library (http://expat.sourceforge.net/).
The --with-expat configure option can be used if it is installed in a
18 years ago
non-standard directory. See the main README file for general build
information.
For API documentation of XMP classes and samples, build or install the
documentation and go to doc/html/getting-started.html
18 years ago
For details on the XMP support of the exiv2 command line tool, see
the exiv2(1) manual page and the sample command file doc/cmdxmp.txt
XMP Toolkit
===========
Exiv2 uses the XMPCore component of the Adobe XMP Toolkit (XMP SDK) to
18 years ago
parse and serialize XMP packets. Currently, it is integrated and
distributed with Exiv2. The xmpsdk/ directory of the Exiv2 distribution
18 years ago
contains the XMP SDK source code. The final solution should eventually
use an external XMP Toolkit.
Building the XMP Toolkit is transparent. Following the installation
steps described in the main README file will ensure that the XMP
Toolkit is compiled if necessary. It is only needed if XMP support is
enabled. Building the XMP Toolkit results in a "convenience library"
in xmpsdk/src/. This library is only used to link the Exiv2 library
18 years ago
with; it is not installed.
If you experience problems building this library, please email to the
Exiv2 support forum for help, see http://www.exiv2.org/support.html
and not to Adobe directly.
Source
======
XMP Toolkit 4.1.1 (xmp_v411_sdk.zip) from
http://www.adobe.com/devnet/xmp/sdk/eula.html
The following files were copied from the original XMP SDK
distribution:
public/include/* -> xmpsdk/include
source/common/* -> xmpsdk/src
source/XMPCore/* -> xmpsdk/src
build/XMP_BuildInfo.h -> xmpsdk/src
third-party/MD5/* -> xmpsdk/src
Minor changes were applied to the original XMP SDK, see the SVN for
details:
http://dev.robotbattle.com/~cvsuser/cgi-bin/ns_viewcvs.cgi/exiv2/trunk/xmpsdk/
License
=======
Copyright (c) 1999 - 2007, Adobe Systems Incorporated
Copyright (c) 1991-2, RSA Data Security, Inc.
See the file doc/COPYING-XMPSDK for the XMP Toolkit license agreements.