metadata width and height does not for png and gif
Hi
the following code works as expected for the most file types
var file = app.document.getSelection("psd, jpg, jpeg, png, gif");
alert(file[0].core.quickMetadata.height);
alert(file[0].core.quickMetadata.width);
But it returns always 0 for all png and gif files.
How can I get the width and height value for png and gif files with bridge scripting (without to open the files in Photoshop)
Regards

