XMP
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→External links)  | 
			 (→Specifications)  | 
			||
| Line 17: | Line 17: | ||
== Specifications ==  | == Specifications ==  | ||
| − | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart1.pdf XMP Specification Part 1]  | + | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart1.pdf XMP Specification Part 1]: Data model, serialization, and core properties  | 
| − | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart2.pdf XMP Specification Part 2]  | + | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart2.pdf XMP Specification Part 2]: Additional properties  | 
| − | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart3.pdf XMP Specification Part 3]  | + | * [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cs6/XMPSpecificationPart3.pdf XMP Specification Part 3]: Storage in files  | 
== External links ==  | == External links ==  | ||
Revision as of 20:38, 16 July 2017
Extensible Metadata Platform (XMP) is a metadata standard that can be used with a variety of file formats. When stored in a file, it is usually represented in a text format based on XML.
Related formats
The XMP Specification (Part 3) defines how to embed XMP in some popular file formats.
- In a TIFF file, tag 700 is used.
 - In a JPEG file, an APP1 segment with identifier "http://ns.adobe.com/xap/1.0/" is used.
 - In a PNG file, an iTXt chunk with keyword "XML:com.adobe.xmp" is used.
 - In a JPEG 2000 file, XMP is stored in a "uuid" box with a particular ID. Apparently, it may also be stored in an "xml " box.
 
Specifications
- XMP Specification Part 1: Data model, serialization, and core properties
 - XMP Specification Part 2: Additional properties
 - XMP Specification Part 3: Storage in files