Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference Scripting Constants 211
ResampleMethod
BICUBIC
BICUBICSHARPER
BICUBICSMOOTHER
BILINEAR
NEARESTNEIGHBOR
NONE
The method to use for image
interpolation. Passed to
Document
.resizeImage(), and used as
the value of Preferences
.interpolation.
RippleSize
LARGE
MEDIUM
SMALL
The size of undulations to use. Pass to
ArtLayer
.applyRipple().
SaveBehavior
ALWAYSSAVE
ASKWHENSAVING
NEVERSAVE
The applications preferred behavior
when saving a document. See
Preferences
.appendExtension and
imagePreviews
SaveDocumentType
ALIASPIX
BMP
COMPUSERVEGIF
ELECTRICIMAGE
JPEG
PCX
PHOTOSHOP
PHOTOSHOPDCS_1
PHOTOSHOPDCS_2
PHOTOSHOPEPS
PHOTOSHOPPDF
PICTFileFORMAT
PICTRESOURCEFORMAT
PIXAR
PNG
PORTABLEBITMAP
RAW
SCITEXCT
SGIRGB
SOFTIMAGE
TARGA
TIFF
WAVEFRONTRLA
WIRELESSBITMAP
The format in which to save a
document when exporting with
Document
.exportDocument(). Pass in
ExportOptionsSaveForWeb
.format, to
to specify the type of file to write. Only
the following are supported for
export:
COMPUSERVEGIF, JPEG, PNG-8,
PNG-24, and BMP.
SaveEncoding
ASCII
BINARY
JPEGHIGH
JPEGLOW
JPEGMAXIMUM
JPEGMEDIUM
The type of encoding to use when
saving a file to DCS or EPS with
Document
.saveAs().
SaveLogItemsType
LOGFILE
LOGFILEANDMETADATA
METADATA
The preferred location of history log
data, set in Preferences
.saveLogItems.
SaveOptions
DONOTSAVECHANGES
PROMPTTOSAVECHANGES
SAVECHANGES
The policy for closing a document
with Document
.close().
Constant type Values What it means