
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 163
RawFormatOpenOptions
Options for opening a document in RAW format using the Application.open() method.
Properties
Property Value type What it is
bitsPerChannel
number
Read-write. The number of bits for each channel.
The only valid values are
BitsPerChannelType.EIGHT
or
BitsPerChannelType.SIXTEEN.
byteOrder
ByteOrder
Read-write. The order in which multibyte values are
read.
Valid only when bitsPerChannel
=
BitsPerChannelType.SIXTEEN
.
channelNumber
number [1..56]
Read-write. The number of channels in the image. The
value of cannot exceed the number of channels in the
image.
When bitsPerChannel
=
BitsPerChannelType.SIXTEEN
, the only valid values
are 1, 3, or 4.
headerSize
number
[0..1919999]
Read-write. The number of bytes of information that
will appear in the file before actual image information
begins; that is, the number of zeroes inserted at the
beginning of the file as placeholders.
height
number
Read-write. The height of the image (in pixels).
interleaveChannels
boolean
Read-write. True to store color values sequentially.
retainHeader
boolean
Read-write. True to retain the header when saving.
Valid only when headerSize
is 1 or greater.
typename
string
Read-only. The class name of the referenced
RawFormatOpenOptions object.
width
number
Read-write. The image width in pixels.
Komentáře k této Příručce