diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:53:59 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:53:59 +0200 |
commit | cde6e7e7d1135f42f2c80dcc73f973c99070024b (patch) | |
tree | 7b880f3bf29345e77ccb376211f020649d28950c /libraries/exempi/README | |
parent | f76aedc6b1dcccf778ccf8161b761cc688156dce (diff) |
libraries/exempi: Added to 12.1 repository
Diffstat (limited to 'libraries/exempi/README')
-rw-r--r-- | libraries/exempi/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libraries/exempi/README b/libraries/exempi/README new file mode 100644 index 0000000000000..5d0322a0d558c --- /dev/null +++ b/libraries/exempi/README @@ -0,0 +1,30 @@ +Exempi is an implementation of XMP. Version 1.99.x is based on +Adobe XMP SDK 4.1.1 and released under a BSD-style license like +Adobe's. + +The Adobe Extensible Metadata Platform (XMP) is a standard for +processing and storing standardized and proprietary metadata, +created by Adobe Systems Inc.. + +XMP standardizes the definition, creation, and processing of +extensible metadata. Serialized XMP can be embedded into a +significant number of popular file formats, without breaking +their readability by non-XMP-aware applications. Embedding +metadata ("the truth is in the file") avoids many problems +that occur when metadata is stored separately. XMP is used +in PDF, photography and photo editing applications. + +The API is C based and means to be used from any language and +be easier to maintain ABI stability. + +The overall changes include: + +* STABLE C API/ABI for the library, instead of a C++ template + based version. +* GNU friendly build system based on automake. +* Code changes for UN*X systems compatibility. +* Architecture support for 64-bits (x86_64) and others. +* Test suite. + +exempi requires the boost library. A buildscript is available +at slackbuilds.org |