Copy link to clipboard
Copied
I am using .jsx ExtendScript with Illustrator on MacOS to place the modification timestamp and ICC profile name below a series of images (.tif, .psd, .psb) as they are placed onto the artboard programmatically. I am able to get the modification timestamp, but am having difficulty retrieving the ICC profile name from the placed image. Suggestions to easily/quickly access this metadata from the .jsx without installing anything external?
This is an ExtendScript that gets ICC profile name from XMP for the linked image selected in Illustrator and displays it in the dialog.
However, ICC profile seemed to have no information unless the image was saved by Photoshop or other software. For example, a macOS screenshot would be undefined.
Copy link to clipboard
Copied
This is an ExtendScript that gets ICC profile name from XMP for the linked image selected in Illustrator and displays it in the dialog.
However, ICC profile seemed to have no information unless the image was saved by Photoshop or other software. For example, a macOS screenshot would be undefined.
Copy link to clipboard
Copied
That did it. Thank you @sttk3 !