Subject: | ImageExifTool - EPS XMP bug |
Hi Phil ....
I am very pleased with the EPS functionality ... Works a treat...
However...
Here is something you may not have realised...
Adobe Photoshop exports what it calls Photoshop EPS, this contains XMP
metadata.
Adobe In-Design exports what it calls Generic EPS, this does not
contain XMP meta-data.
I have successfully added a workflow which plugs into In-Design and re-
inserts the IPTC/XMP back into an exported EPS, for all it's component
links. This uses ImageExifTool 6.0.
In-Design CS2 exports the EPS with a header defining
ADO_ContainsXMP: NoMain
If you use ImageExifTool to insert XMP into an EPS file and the header
defines, ADO_ContainsXMP: NoMain, you need to also replace,
ADO_ContainsXMP: NoMain
with
ADO_ContainsXMP: MainLast
Otherwise Adobe CS2/Photoshop will not read the ImageExifTool inserted
values..
For the moment I just fix this myself but it you want to make
ImageExifTool, Adobe friendly, then you may wish to correct the header.
Furthermore....
A suggestion ...
The way you read the exiftool config file from a users home directory
does not lend itself to a multi-user environment.. With each release
of ImageExifTool I have to change the code to pick up the config from
the install directory. This way multiple users can share the same
config and you do not have to be a specific user to run ImageExifTool.
I suspect you should probably be checking both locations, not just the
users home directory. This way you can have a site config which can be
overrided by the users config.
Keep up the good work, hope you enjoyed that well earned holiday.
Thanks
Mark