Chapter 1 Introduction; About This Manual - Adobe 23101764 - Photoshop CS - PC Manual

Scripting guide
Hide thumbs Also See for 23101764 - Photoshop CS - PC:
Table of Contents

Advertisement

1
Introduction

1.1 About this manual

®
®
This manual provides an introduction to scripting Adobe
Photoshop
CS on Mac OS and
®
Windows
. Chapter one covers the basic conventions used in this manual and provides an
overview of requirements for scripting Photoshop.
Chapter two covers the Photoshop object model as well as generic scripting terminology,
concepts and techniques. Code examples are provided in three languages:
• AppleScript
• Visual Basic
• JavaScript
Note: Separate reference manuals are available for each of these languages and accompany
this Scripting Guide. The reference manuals are located on the installation CD.
Chapter three covers Photoshop-specific objects and components and describes advanced
techniques for scripting the Photoshop application.
Note: Please review the README file shipped with Photoshop CS for late-breaking news,
sample scripts, and information about oustanding issues.
1.1.1 Conventions in this guide
Code and specific language samples appear in monospaced courier font:
app.documents.add();
Several conventions are used when referring to AppleScript, Visual Basic and JavaScript.
Please note the following shortcut notations:
• AS stands for AppleScript
• VB stands for Visual Basic
• JS stands for JavaScript
The term "commands" will be used to refer both to commands in AppleScript and methods in
Visual Basic and JavaScript.
When referring to specific properties and commands, this manual follows the AppleScript
naming convention for that property and the Visual Basic and JavaScript names appear in
parenthesis. For example:
"The display dialogs ( DisplayDialogs/displayDialogs ) property is part of the
Application object."
1
Photoshop CS Scripting Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Photoshop cs

Table of Contents