Skip to main content
March 5, 2012
Question

Is This possible to photoshop using javascript...?

  • March 5, 2012
  • 1 reply
  • 535 views

Hi Everyone!,

If we check or read Image properties (i.e. resolution, height,width..) without open Image file in Photoshop....?

Actually I have read linked image properties on Indesign using xmpmetadata  properties.

var myLinkXmp = myLink.linkXmp;

var compressionValue = myLinkXmp.getProperty("http://ns.adobe.com/tiff/1.0/", "tiff:Compression");

How do i use XMP metadata properties in Photoshop...?

Is this possible in Photoshop without open image...?

Thanks in advance.

-yajiv

This topic has been closed for replies.

1 reply

Inspiring
March 5, 2012

Bridge is better for metadata… If your purpose is to avoid file opening altogether… But you can load the external library for use in Photoshop script… before deciding what to open…

March 5, 2012

HI Muppet Mark

Can you give sample bridge script to use read metadata. Because i'm newbibe to Bridge Script.

-yajiv