Extensible Metadata Platform

From Wikipedia, the free encyclopedia

Jump to: navigation, search
XMP logo

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.

Contents

[edit] XMP Data Model

XMP defines a metadata model that can be used with any defined set of metadata items. XMP also defines particular schemas for basic properties useful for recording the history of a resource as it passes through multiple processing steps, from being photographed, scanned, or authored as text, through photo editing steps (such as cropping or color adjustment), to assembly into a final image. XMP allows each software program or device along the way to add its own information to a digital resource, which can then be retained in the final digital file.

XMP is most commonly serialized and stored using a subset of the W3C Resource Description Framework (RDF), which is in turn expressed in XML.

[edit] Serialization of XMP

Embedding metadata in files allows easy sharing and transfer of files across products, vendors, platforms, without metadata getting lost; embedding avoids a multitude of problems coming from proprietary vendor-specific metadata databases.

The most common metadata tags recorded in XMP data are those from the Dublin Core Metadata Initiative, which include things like title, description, creator, and so on. The standard is designed to be extensible, allowing users to add their own custom types of metadata into the XMP data. XMP generally does not allow binary data types to be embedded. This means that any binary data one wants to carry in XMP, such as thumbnail images, must be encoded in some XML-friendly format, such as Base64.

XMP can be used in PDF and other graphics formats, such as JPEG, JPEG 2000, GIF, PNG, HTML, TIFF, Adobe Illustrator, PSD, PostScript, and Encapsulated PostScript. In a typical edited JPEG file, XMP information is typically included alongside Exif and IPTC Information Interchange Model data.

XMP metadata can describe a document as a whole (the "main" metadata), but can also describe parts of a document, such as pages or included images. This architecture makes it possible to retain authorship and rights information about, for example, images included in a published document. Similarly, it permits documents created from several smaller documents to retain the original metadata associated with the parts.

[edit] XMP Support and Acceptance

[edit] XMP Toolkit

The XMP Toolkit implements metadata handling in two libraries:

  • XMPCore for creation and manipulation of metadata that follows the XMP Data Model
  • XMPFiles for embedding serialized metadata in files, and for retrieving embedded metadata.

Adobe provides the XMP Toolkit free of charge under a BSD license. The Toolkit includes specification and usage documents (PDFs), API documentation (doxygen/javadoc), C++ source code (XMPCore and XMPFiles) and Java source code (currently only XMPCore). XMPFiles is currently available as a C++ implementation in Windows and Mac OS only (not Unix/Linux, not Java).

[edit] Various XMP Tools (read/write support)

  • ACDSee Pro - can read/write XMP information for DNG, GIF, JPEG, PNG and TIFF files.
  • DBGallery - A digital photo system primary dealing with photo data which reads/writes/edits IPTC/XMP data to a large variety of image formats (PSD, DNG, JPEG, most RAW formats, PNG, TIFF, plus others). (Windows, .Net 2.0).
  • Exempi - Open Source library for manipulating XMP, built on the Adobe XMP SDK
  • ExifTool by Phil Harvey, open source PERL module or command line.
  • Exiv2 - Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats.
  • FastPictureViewer - Image viewer (Windows) with XMP embedding and/or sidecar files creation (xmp:Rating, xmp:Label, photoshop:Urgency)
  • F-Spot - Linux/Gnome/Ubuntu photo manager/editor
  • Image Viewer - can read/write and search XMP in images.
  • IMatch - includes extensive XMP support, with XMP editor, ratings, display and extensions provide a mapping from/to XMP
  • iTag - tags and searches for JPEG, RAW, TIFF, PNG and AVI files containing IPTC & XMP headers. Exposes a simpler view of metadata. (Windows, .NET 3.5)
  • iText - Open Source Java library that can read and write XMP embedded in PDF files.
  • Kalimages - IPTC/XMP editor for jpeg image files indexing digital photos based on metadata (Windows)
  • Metalith - Exif, IPTC and XMP metadata analyze tool.
  • PicaJet FX - Digital photo management program.
  • Picture Information Extractor (PIE) - Photo Browser and Viewer with rename, redate and transfer functions (Windows). PIE Studio has additional print features.
  • RoboImport - Camera importer tool.
  • Microsoft Windows Vista - Photo Gallery saves tags to XMP (Windows)
  • Microsoft Pro Photo Tools - Geocoding and XMP support (Windows, .NET 3.0)
  • Python XMP/AVM Toolkit - Open Source Python library wrapping the Exempi C API.
  • Razuna DAM - Open Source Digital Asset Management System that includes support for reading/writing XMP to assets
  • Windows Imaging Component - Microsoft library for working with and processing digital images and image metadata (Windows)
  • Windows Live Photo Gallery - a photo management and sharing application released as a part of Microsoft's Windows Live initiative. It is an upgraded version of Windows Photo Gallery, which is a part of Windows Vista.
  • Xinet WebNative Venture - DAM (Digital Asset Management) system that allows read/write of XMP across all supported file types.
  • XMP Manager - A GUI (Linux/GNOME) to write XMP metadata from the File Manager
  • Zoner Photo Studio - can read/write Exif, IPTC and XMP information for DNG, JPEG, TIFF, HDP and various RAW files.

The mainstream IPTC editing tools also support editing of XMP data.

[edit] Licensing

Adobe has a trademark on XMP, and retains control over the specification.

Initially, Adobe released source code for the XMP SDK under a license called the ADOBE SYSTEMS INCORPORATED - OPEN SOURCE LICENSE. The compatibility of this license with the GNU General Public License has been questioned. [1] The license is not listed on the list maintained by the Open Source Initiative and is different from the licenses for most of their other open source software.[2]

On May 14, 2007, Adobe released the XMP Toolkit SDK under a standard BSD license.[3]

On August 28, 2008, Adobe posted a public patent license for the XMP specification.[4]

[edit] History

XMP was first introduced by Adobe in April 2001 as part of the Adobe Acrobat 5.0 software product.

In June 21, 2004, Adobe announced its collaboration with the International Press Telecommunications Council. In July 2004, a working group led by Adobe Systems' Gunar Penikis and IPTC's Michael Steidl was set up, and volunteers were recruited from AFP (Agence France-Presse), Associated Press, ControlledVocabulary.com, IDEAlliance, Mainichi Shimbun, Reuters, and others, to develop the new schema.

The "IPTC Core Schema for XMP" version 1.0 specification was released publicly on March 21, 2005. A set of custom panels for Adobe Photoshop CS can be downloaded from the IPTC. The package includes a User's Guide, example photos with embedded XMP information, the specification document, and an implementation guide for developers. The "User's Guide to the IPTC Core" goes into detail about how each of the fields should be used and is also available directly as a PDF (see external links below). The next version of the Adobe Creative Suite (CS2) included these custom panels as part of its default set.

The Windows Photo Gallery, released with Windows Vista, offers support for the XMP standard, the first time Microsoft has released metadata compatibility beyond Exif.[5]

[edit] Location in File Types

For more details you may want to look up the XMP specification which has details on embedding (listed below).

  • TIFF - Tag 700
  • JPEG - Application segment 1 (0xFFE1) with segment header "http://ns.adobe.com/xap/1.0/\x00"
  • JPEG 2000 - 'uuid' atom with UID of 0xBE7ACFCB97A942E89C71999491E3AFAC
  • PNG - inside a 'iTXt' text block with the keyword 'XML:com.adobe.xmp'
  • GIF - as an Application Extension
  • PDF - embedded in a metadata stream contained in a PDF object
  • For file formats that have no support for embedded XMP data, this data can be stored in external .xmp sidecar files.

[edit] References

[edit] See also

[edit] External links

Personal tools