Skip to content

Latest commit

 

History

History

blocks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

XMP is stored in image files inside contiguous blocks of the file. The contents of those blocks is RDF/XML, the parsing of which is discussed elsewhere. This folder describes and provides example code for locating, inserting, and modifying the XMP blocks themselves.

Contents include

  • Manual XMP block location and modification
  • Guides to doing this with command-line tools:
    • Exiftool
    • exiv2
    • ImageMagick
  • Guides to doing this with various libraries
    • Adobe XMP Toolkit (C++)
    • exempi (C)
    • Exiftool (Perl)
    • others to be added ...