Adobe Photoshop CS5 Object Library JS: RawFormatOpenOptions

Photoshop CS5

Class

RawFormatOpenOptions

 Options that can be specified when opening a document in RAW format. Base Class: OpenOptions

Class

PropertyTypeAccessDescription
bitsPerChannelint r/wThe number of bits for each channel. Valid values: 8 or 16.
byteOrderByteOrder:
ByteOrder.IBM
ByteOrder.MACOS
r/wThe order in which bytes will be read. Valid only when 'bits per channel' = 16.
channelNumberint r/wThe number of channels in the image. Valid only when 'bits per channel' = 16. Range: 1 to 56.
headerSizeint r/wThe 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. Range: 0 to 1919999.
heightint r/wThe image height (in pixels)
interleaveChannelsbool r/wIf true, color values are stored sequentially.
retainHeaderbool r/wIf true, the header is retained when saving.
widthint r/wThe image width (in pixels)
Jongware, 28-Aug-2012 v3.0.3iContents :: Index