Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 111
GalleryImagesOptions
Options for the imagesOptions property of the GalleryOptions object.
Tip: You can preserve default values for many of these properties by setting the GalleryOptions
property
preserveAllMetadata
to true; this is the same as choosing File > Automate > Web Photo Gallery, and
then choosing Preserve all metadata in the Options area of the Web Photo Gallery dialog.
Properties
Property Value type What it is
border
number [0..99]
Read-write. The size (in pixels) of the border
that separates images (default:
0).
caption
boolean
Read-write. True to generate image captions
(default:
false).
dimension
number
Read-write. The resized image dimensions in
pixels (default:
350).
Valid only when resizeImages
= true.
font
GalleryFontType
Read-write. The font to use for image
captions (default:
GalleryFontType.ARIAL).
fontSize
number [1..7]
Read-write. The font size for image captions
(default:
3).
Valid only when caption
= true.
imageQuality
number [0..12]
Read-write. The quality setting for a JPEG
image (default:
5).
includeCopyright
boolean
Read-write. True to include copyright
information in captions (default:
false).
Valid only when caption
= true.
includeCredits
boolean
Read-write. True to include the credits in
image captions (default:
false).
Valid only when caption
= true.
includeFilename
boolean
Read-write. True to include the file name in
image captions (default:
true).
Valid only when caption
= true.
includeTitle
boolean
Read-write. True to include the title in image
captions (default:
false).
Valid only when caption
= true.
numericLinks
boolean
Read-write. True to add numeric links
(default:
true).