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-2011, 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/devnet/xmp/>
25 http://www.w3.org/TR/rdf-syntax-grammar/ <http://www.w3.org/TR/rdf-
26 syntax-grammar/>
27 <http://www.iptc.org/IPTC4XMP/>
28
30 "XMP Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
31
32
33
34perl v5.12.4 2011-08-31 Image::ExifTool::XMP(3)