Saving A Document - Adobe 23102480 - Photoshop CS3 - PC Programming Manual

Scripting guide
Table of Contents

Advertisement

Adobe Photoshop CS3 Scripting Guide

Saving a Document

Options for saving documents in Photoshop CS3 are illustrated below. To find out which properties you
can specify for a specific file format save option, look up the object that begins with the file format name.
For example, to find out about properties for saving an
In the Adobe Photoshop CS3 AppleScript Scripting Reference, look up the class
In the Adobe Photoshop CS3 Visual Basic Scripting Reference or in the Adobe Photoshop CS3 JavaScript
Scripting Reference look up
Save Classes
Photoshop
Pixar
Note:
It is important to note that the
to Open' on page 27
Note:
The following optional formats are available only when installed explicitly:
The following scripts save a document as a
AS
tell application "Adobe Photoshop CS3"
make new document
set myFile to "OS X 10.4.8 US:Users:psauto:Desktop:Rat.jpg"
set myOptions to ¬
save current document in file myFile as JPEG with options ¬
end tell
VBS
Dim appRef,docRef
Set appRef = CreateObject("Photoshop.Application")
EPSSaveOptions
BMP
GIF
PNG
TIFF
for comparison.
Alias PIX
Electric Image
SGI RGB
Wavefront RLA
SoftImage
{class:JPEG save options, embed color profile:false, ¬
format options:standard, matte:background color matte}
myOptions appending no extension without copying
Photoshop CS3
.eps
.
Save
Options
EPS
JPEG
Raw
DSC1
and
formats are not identical. See
Open
Save
file.
.jpeg
Scripting Photoshop CS3
file, do the following:
EPS save options
Pict
PDF
File
SGI
DSC2
RGB
'Specifying File Formats
29
.
Pict
Resource
Targa

Advertisement

Table of Contents
loading

This manual is also suitable for:

13102498 - photoshop cs3 - macPhotoshop cs3

Table of Contents