Bug 236850

Summary: Export iptc to file
Product: [Applications] digikam Reporter: Victor-Philipp Busch <bug>
Component: Metadata-IptcAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In: 4.0.0

Description Victor-Philipp Busch 2010-05-08 14:00:27 UTC
Version:            (using KDE 4.4.2)
Installed from:    Ubuntu Packages

Hiho,

Picasa use the IPTC-Field as filename. So it would be nice, if there would be an option to export the filename to IPTC. With exiftool you can do that with the command

  exiftool "-iptc:caption-abstract<filename" *

in the correct directory. What do you mean?
Comment 1 caulier.gilles 2011-12-17 09:53:46 UTC
Victor,

XMP sidecar can be used for that...

Gilles Caulier
Comment 2 caulier.gilles 2013-11-29 23:08:07 UTC
There is no entry available in IPTC to record original filename. Using IPTC caption is out of scope here because we record already the digiKam image comment into this tag. Managing this tags to record filename OR comments will make a big puzzle.

Exif provide a tag dedicated to record filename information :

http://www.awaresystems.be/imaging/tiff/tifftags/documentname.html

And digiKam already manage this tag for this goal in all situations (image editor, import tool, batch processing).

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/dimg/dimg.cpp#L3041

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/jpegutils/jpegutils.cpp#L464

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/jpegutils/jpegutils.cpp#L656

For me Picasa make a mess with IPTC caption and filename. We won't to reproduce this stuff in digiKam.

Gilles Caulier