Photoshop Scripting - part I
- a script can use conditional logic to make decisions - an action can't
- greater access to file functions
- pretty much access to all the functions in Photoshop: layers, history states, channels etc. and all this at a much more involved level than with actions
May I suggest that you go to the Adobe Photoshop Developer Center, Photoshop Scripting page and check out the documentation. BTW, you can find the same PDFs installed under the Photoshop program directory under Scripting Guide directory. There is also a Sample Scripts directory.
OK... where do you start? Choose a scripting language. Three are available:
- Javascript
- Applescript
- VBScript
I will be discussing scripting using Javascript as that is the most portable in my opinion.
Next, let's find out how to install a script and then how to run or execute this same script.



















