1Image::ExifTool::XMP(3)User Contributed Perl DocumentatioInmage::ExifTool::XMP(3)
2
3
4
6 Image::ExifTool::XMP - Read XMP meta information
7
9 This module is loaded automatically by Image::ExifTool when required.
10
12 XMP stands for Extensible Metadata Platform. It is a format based on
13 XML that Adobe developed for embedding metadata information in image
14 files. This module contains the definitions required by
15 Image::ExifTool to read XMP information.
16
18 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
19
20 This library is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
24 <http://www.adobe.com/products/xmp/pdfs/xmpspec.pdf>
25 <http://www.w3.org/TR/rdf-syntax-grammar/>
26 <http://www.portfoliofaq.com/pfaq/v7mappings.htm>
27 <http://www.iptc.org/IPTC4XMP/>
28 <http://creativecommons.org/technology/xmp>
29 <http://www.optimasc.com/products/fileid/xmp-extensions.pdf>
30
32 "XMP Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
33
34
35
36perl v5.8.8 2007-09-12 Image::ExifTool::XMP(3)