Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 48
getCustomOptions
(key)
string
ActionDescriptor
Retreives user objects in the
Photoshop registry for the ID with
value
key.
isQuicktimeAvailable
()
boolean
Returns true if Quicktime is installed.
load
(document)
File
Loads a support file (as opposed to a
Photoshop image document) from
the specified location.
makeContactSheet
(inputFiles
[, options])
array of File
ContactSheetOptions
string
DEPRECATED for Adobe Photoshop CS4.
makePDFPresentation
(inputFiles,
outputFiles
[, options])
array of File
File
PresentationOptions
string
DEPRECATED for Adobe Photoshop CS4.
makePhotoGallery
(inputFolder,
outputFolder
[, options])
File
File
GalleryOptions
string
DEPRECATED for Adobe Photoshop CS4.
makePhotomerge
(inputFiles)
array of File
string
DEPRECATED for Adobe Photoshop CS6.
Use provided script:
runphotomergeFromScript = true;
$.evalFile( app.path +
"Presets/Scripts/Photomerge.jsx")
photomerge.createPanorama(
fileList, displayDialog );
Merges multiple files into one, with
user interaction required.
makePicturePackage
(inputFiles
[, options])
array of File
PicturePackageOptions
string
DEPRECATED for Adobe Photoshop CS4.
Method Parameter type Returns What it does (Continued)