CS4 SFW Batch Processing (JPG only).

Upload Photoshop Scripts, download Photoshop Scripts, Discussion and Support of Photoshop Scripts

Moderators: Tom, Kukurykus

Paul MR

CS4 SFW Batch Processing (JPG only).

Post by Paul MR »

Download the zip file, unzip and place the script in the relevant folder.
PC:- C:/Program Files/Adobe/Adobe Photoshop CS4/Presets/Scripts/
Mac:- [hard drive]/Applications/Adobe Photoshop CS4/Presets/Scripts/

The script will show up as:- File - Scripts - Batch Save For Web (Above Image Processor)
gizzmo

CS4 SFW Batch Processing (JPG only).

Post by gizzmo »

Thanks for the script, but could you add the ability to include all sub folders? The images i need to convert are several folders deep. ( I need to process over 44,000 map tiles each only 256x256px )

Ex: /z0/x0/y0.jpg
Paul MR

CS4 SFW Batch Processing (JPG only).

Post by Paul MR »

Here is another version with recursive folders and overwrite option, no Bridge though.
[edit] had to upload it again as it had a test for CS2 and CS3
gizzmo

CS4 SFW Batch Processing (JPG only).

Post by gizzmo »

works good cept it doesnt keep the same folder structure. i am aware that PS cant make folders so i created all the folders my self and replaced the following in the script

@line:211

Code: Select allvar SubFolder = file.path.replace(inputFolder,'');
var Filename = new File(decodeURI(outputFolder) + SubFolder + "/" + FileName + ".jpg");

works PERFECTLY now, thanx
Paul MR

CS4 SFW Batch Processing (JPG only).

Post by Paul MR »

Amended version with 24bit png support, Flatten and embed profile added.
Will now run in CS5 as well as CS4.