If you want to share a file (same one from card and ingested), I'd be happy to investigate.
Thanks, Kirk. Sure, where do I send them?
UPDATE: After opening both files in Photoshop and exporting the File Info > Raw Data to a text file, I asked ChatGPT to summarize the differences. It turns out:
The primary differences between the two files are as follows:
Modification and Metadata Dates:
Original: <xmp:ModifyDate>2024-08-08T21:16:59+02:00</xmp:ModifyDate>
Ingested: <xmp:ModifyDate>2024-08-08T21:15:44+02:00</xmp:ModifyDate>
Original: <xmp:MetadataDate>2024-08-08T21:16:59+02:00</xmp:MetadataDate>
Ingested: <xmp:MetadataDate>2024-08-08T21:15:44+02:00</xmp:MetadataDate>
Document and Instance IDs:
Original:
<xmpMM:DocumentID>xmp.did:7f97098c-1a94-46fb-953c-13eff15f96f8</xmpMM:DocumentID>
<xmpMM:InstanceID>xmp.iid:7f97098c-1a94-46fb-953c-13eff15f96f8</xmpMM:InstanceID>
Ingested:
<xmpMM:DocumentID>xmp.did:ee521020-89bd-44d9-b88f-d0ee0e1b90fa</xmpMM:DocumentID>
<xmpMM:InstanceID>xmp.iid:ee521020-89bd-44d9-b88f-d0ee0e1b90fa</xmpMM:InstanceID>
XMP Rights and Photo Mechanic Metadata (Ingested file):
Ingested file contains additional metadata:
<xmpRights:Marked>True</xmpRights:Marked>
<photomechanic:ColorClass>0</photomechanic:ColorClass>
<photomechanic:Tagged>False</photomechanic:Tagged>
<photomechanic:Prefs>0:0:0:000125</photomechanic:Prefs>
<photomechanic:PMVersion>PM6</photomechanic:PMVersion>
Image Number (Ingested file):
Ingested file has an additional tag:
<aux:ImageNumber>125</aux:ImageNumber>
Legacy IPTC Digest (Ingested file):
Ingested file has:
<photoshop:LegacyIPTCDigest>CCC1624B1E5517D1211BDF04DFD0AA2E</photoshop:LegacyIPTCDigest>
These differences explain why a duplicate file finder tool might not recognize these files as identical, even though they are essentially the same. The metadata changes and additional tags result in different file signatures.
Jarle