Reading Photoshop Metadata via Ping() #1953
Replies: 1 comment 5 replies
-
|
The PSD coder should read those image profiles when you Ping the image. Is it possible to share your file so I can check with a debugger why this is happening? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I get different results depending on whether or not I use Ping() to access the metadata in a photoshop file:
I can get the metadata if I load the entire file:
But if I try to use Ping() no metadata is returned:
Does Ping() not support Photoshop files? Or am I misusing Ping()?
Beta Was this translation helpful? Give feedback.
All reactions