Adobe Photoshop CS3
JavaScript Scripting Reference
JavaScript Object Reference 154
PICTResourceSaveOptions
Options that can be specified when saving a document as a PICT Resource file.
Properties
Property
Value Type
What it is
alphaChannels
boolean
Read-write. Indicates whether to save the alpha
channels.
compression
PICTCompression
Read-write. The type of compression to use (default:
PICTCompression.NONE
).
embedColorProfile
boolean
Read-write. Indicates whether to embed the color
profile in the document.
name
string
Read-write. The name of the PICT resource.
resolution
PICTBitsPerPixels
Read-write. The number of bits per pixel.
resourceID
number (long)
Read-write. The ID of the PICT resource (default:
128
).
typename
string
Read-only. The class name of the referenced
PICTResourceSaveOptions
object.