About IPTC and XMP

Build 1501 on 14/Nov/2017  This topic last edited on: 28/Oct/2016, at 11:46

XMP is the XML syntax Adobe uses to save metadata within image files.

GN4 uses the same syntax to read all such data.

In other words, that means that ParseImg reads from an image:

File metadata (dimensions, resolution, etc...)

IPTC headers (see also Wire images caption)

EXIF variables

Other XMP packets in the file

and then returns all data in an XML that uses the XMP syntax.

To review the returned data by ParseImg, execute

parser.exe –in c:\temp\Ansa06618348.jpg –out c:\temp\metadata.xml

If an image contains both IPTC and XMP caption, in versions prior to 1.6, the XMP caption only is returned - the same behavior as in Photoshop. In version 1.6 and newer, both IPTC set and XMP set are returned separately.

Click to toggle expandChanges in the version 1.6
Click to toggle expandUsing 3rd party tool to duplicate IPTC in XMP