I'm not sure this is directly related to an issue with PhotoLine, maybe this is an issue with the way how I use all involved programs. Anyway, I'm looking for advices
I'm a Mac user, not sure is it specific for Mac or not.
I'm using in my workflow Aperture for catalog and metadata editing (99.9999% - Description, Title in IPTC). I may have originals (source files) of different types - Raw files, JPEGs, TIFs.
I'm exporting prepared set of files (prepared means files with added metadata) from Aperture and pass them for further layout creation to PhotoLine.
In PhotoLine I'm heavily relying on its great feature Layout->Text to Picture which allows me to extract prepared IPTC from the files and saves a lot of time while preparing further layouts.
That is stil not the issue, this is just background info, for other fellows who will search Internet for keywords PhotoLine Aperture exiftool ... sorry
I've attached sample archive to demonstrate what I'm talking about:
* Aperture allows me to export a version with adjustments or original with option to embed IPTC directly into the file. See folders "Export master from Aperture with IPTC", "Export Version from Aperture". In this case there are no issues
* I want to keep only few IPTC tags (lets say Description and Title) and remove all other EXIF info. I do this by exporting master files (JPGs, TIFs) + XMP separately and running 3 commands with exiftool:
Code: Alles auswählen
exiftool -all= -CommonIFD0= -overwrite_original example.jpg
exiftool -tagsfromfile example.xmp -xmp -overwrite_original example.jpg
exiftool -XMP:Rating= -XMP:Subject= -XMP:Label= -overwrite_original example.jpg
What is confusing me - Mac's Preview is still showing them as IPTC tags, no problems.
All the examples (image, XMP, commands) are in the "Export Master from Aperture with XMP"
If someone is experienced enough in this matter - pls advise what is wrong in my steps and how can I amend my exiftool commands and be able to access IPTC tags in PhotoLine. Or maybe this is a glitch in PhotoLine? (in that case can we have this improvement in next version please)
Here my preference is to stay with exiftool, because actually after extracting from Aperture and before sending files to PhotoLine - I use another tool in case of Raw files for processing.
Thank you!
