Skip to main content
hcbphoto
Known Participant
June 1, 2020
Pregunta

Reading contents of a psd file

  • June 1, 2020
  • 1 respuesta
  • 1004 visualizaciones

Hello,

 I was working on a project and saved it as a .PSD file. Is it possible to read or look at the contents of the file.  I need to determine which image was used for this project. 

Thank you

Este tema ha sido cerrado para respuestas.

1 respuesta

Stephen Marsh
Community Expert
Community Expert
June 1, 2020

You can use File > File Info and then the Raw Data tab.

 

If you are lucky, you can look for entries such as:

 

 

<photoshop:DocumentAncestors>
<rdf:Bag>
    <rdf:li>xmp.did:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</rdf:li>
</rdf:Bag>

 

 

You can use Bridge or another tool that can search metadata to find the original file on your computer that uses the same document id.