Is This possible to photoshop using javascript...?
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