Skip to main content
Participant
July 24, 2013
Question

ExtendScript CS5 - Bridge - Exporting JPEGs as 300DPI from PSDs

  • July 24, 2013
  • 1 reply
  • 531 views

I know that Bridge has an Export menu that can be used to convert PSDs to JPEG and then convert them, but I can't figure out how to get access to these functions through the ExtendScript API.

I basically have an array of Thumbnail objects that I need to iterate through and export out 300 DPI JPEGs as I go.

Any ideas? I've already read through the manuals and didn't find anything of use.

My current relevant line looks like: bm.exportTo(new File(exportFilePath),100);

This topic has been closed for replies.

1 reply

Inspiring
July 28, 2013

Can you supply a screen shot of this export menu…? What version of Bridge are you using…

Bridge does have a bitmap object it does have a couple of basic functions but I don't see any way to set the resolution…