Jpeg Quality - Save for Web

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

BattleAddict

Jpeg Quality - Save for Web

Post by BattleAddict »

Ok, im using a script from kirupa, to save out individual layers to jpegs. My only problem is that I need to Save for Web instead of the standard Save as.

I dont have a file size limit I need to stay below, I would just like the save out at the medium setting in Save for Web.

I have CS2.

Thanks
Anthony C
Andrew

Jpeg Quality - Save for Web

Post by Andrew »

Unless you want to start hacking into the script yourself Kirupa is going to have to respond to that one.

Andrew
BattleAddict

Jpeg Quality - Save for Web

Post by BattleAddict »

Well yeah I was planning on it, I was just using they're script as a starting point. I was looking at the CS2 JS Referance guide and I guess I just need to figure out how the ExportOptionsSaveForWeb works. Can you give me a sample of how to set that up?
BattleAddict

Jpeg Quality - Save for Web

Post by BattleAddict »

Nevermind I got the ExportOptionsSaveForWeb to work, Thanks Anyway!!
Larry Ligon

Jpeg Quality - Save for Web

Post by Larry Ligon »

Here is a script that I wrote for Photoshop 7 to write out layers to jpg files:

http://ps-scripts.com/bb/viewtopic.php?t=28

I'm working on a script that will save files in Save for Web format.
Could you post the script that you just wrote so that I can take a look at the ExportOptionsSaveForWeb and see how you used it.

Thanks,
Larry