This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Comparison of photo metadata and tags in other applications

This page describes how Shotwell and other photo programs import and export information through EXIF/IPTC/XMP tags. The metdata "paths" are Exiv2 tags.

1. Tags

Tags may contain the following information:

1.1. EXIF

There are three tags in the standard EXIF specification that may carry relevant information.

Also in the standard specification are a few Windows-specific tags:

1.2. IPTC

photo caption

keywords

rating

1.3. XMP

photo caption

photo description

keywords

rating

2. Photo Programs

2.1. Program Notes

F-Spot only really cares about keywords. It has a comment field which doesn't seem to be used for much. In addition to the regular tag metadata, it can use location XMP info to create "places" tags. See below for more details.

digiKam only uses descriptions. Multi-line or long descriptions are cut short with an ellipses in certain places, acting as captions. It can, however, modify metadata that it doesn't use in the application; this is done with specific metadata editing tools.

Picasa and WLPG (Windows Live Photo Gallery) can import keywords from multiple tags, but digiKam only grabs keywords from one set at a time.

The WLPG properties dialog lets you read and edit the "Comment" and "Subject" fields, which get written into Exif.Image.XPComment and Exif.Image.XPSubject, respectively.

On export, iPhoto strips all Xmp tags and writes relevant information into the respective IPTC tags.

Aperture offers immense fine-grain control over metadata.

2.2. F-Spot Imported Tags

F-Spot looks at the following tags during import, and imports according to below:

2.2.1. Title/Comment

But only uses http://ns.adobe.com/exif/1.0/UserComment

2.2.2. Rating

First uses Urgency, but if Rating exists uses Rating.

2.2.3. Location tags

Adds them as Tags to the photo. Internally F-Spot stores the IPTC tags (City, Country, Location, State) under corresponding virtual tags (only in f-spot db, not in embedded tags)

2.2.4. Subject / People

Adds them as Tags to the photo, no hierarchy is saved.

2.2.5. Ignores the following


2024-10-23 10:58