Skip to main content
Corelogik
Participant
October 4, 2009
Question

Add Functions to Image Processor

  • October 4, 2009
  • 1 reply
  • 713 views

Can someone assist me or point me in the right direction, to information on how to add functions to the default Photoshop Image Processor script. I do not know javascript but can follow along fairly well if someone has good sirections.

What I need to add,

Renaming files like PSE's 'Process Multiple Files' feature, output as .png in adition to jpg, psd and tiff.

I would basically like to bring PSE's multiple image processor into Photoshop.

I found the image processor script, but dont know java. If someone could assist with this I would appreciate it.

I have attached an image of what I need from PSE. The default image processor in PS CS4 almost does it, but a couple of areas are lacking.

Any info, greatly appreciated.

This topic has been closed for replies.

1 reply

c.pfaffenbichler
Community Expert
Community Expert
October 8, 2009

I don’t want to sound condescending, especially as I also have often had to to rely on some of this forum’s contributor’s help myself, but maybe You should start with working through »Adobe Intro To Scripting.pdf« and then read up on »User-Interface Tools« in »JavaScript Tools Guide CS4.pdf«.

Both pdfs should be located in Your ExtendScript Toolkit-folder (ESTK is installed with Photoshop CS4).

Starting Photoshop-Scripting with adapting a Script as voluminous as »Image Processor.jsx« might be a bit of a challenge.