Help: Save as jpeg

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

JLiu

Help: Save as jpeg

Post by JLiu »

Maybe someone can help me on this script. I am working on a psd file with few layers in Photoshop CS4. I would like to save it to the jpeg format.

Below is my workflow.
1) Drag and drop 01.psd into Photoshop from A folder.
2) Save 01.psd to 01.jpeg into the A folder.
3) Image options with quality, "5" Medium.
4) Format Options with Baseline ("Standard")
5) Image mode is in RGB color.
6) Use lower case extension.
7) Other options should be in default setting.

The script should be able to:
1) Save as jpeg format with similar name as the psd file without adding words or marks such as "copy" or "-".
2) Save as jpeg format with similar name as the psd file, and able to overwrite the jpeg file whenever the psd file has been updated and saved multiple times.
3) Save the jpeg file into the same folder as the source file without creating any subfolder.
4) Not close the psd file, but still keeping it opens in the Photoshop without any changes.

I've tried the script from http://www.russellbrown.com, and Image Processor from Photoshop CS4, but those are not exactly what I want.

Please help, thanks.