Adobe Photoshop CS5 Object Library JS: TiffSaveOptions

Photoshop CS5

Class

TiffSaveOptions

 Options for saving a document in TIFF format. Base Class: SaveOptions

Class

PropertyTypeAccessDescription
alphaChannelsbool r/wIf true, the alpha channels are saved.
annotationsbool r/wIf true, the annotations are saved.
byteOrderByteOrder:
ByteOrder.IBM
ByteOrder.MACOS
r/wThe order in which the bytes will be read. Default: Mac OS when running in Mac OS, and IBM PC when running in Windows.
embedColorProfilebool r/wIf true, the color profile is embedded in the document.
imageCompressionTIFFEncoding:
TIFFEncoding.NONE
TIFFEncoding.TIFFLZW
TIFFEncoding.JPEG
TIFFEncoding.TIFFZIP
r/wThe compression type. (default: TIFFEncoding.NONE)
interleaveChannelsbool r/wIf true, the channels in the image are interleaved. (default: true)
jpegQualityint (range: 0 - 12) r/wThe quality of the produced image, which is inversely proportionate to the amount of JPEG compression. Valid only for JPEG compressed TIFF documents. Range: 0 to 12.
layerCompressionLayerCompression:
LayerCompression.RLE
LayerCompression.ZIP
r/wThe method of compression to use when saving layers (as opposed to saving composite data). Valid only when 'layers' = true.
layersbool r/wIf true, the layers are saved.
saveImagePyramidbool r/wIf true, preserves multi-resolution information. (default: false)
spotColorsbool r/wIf true, spot colors are saved.
transparencybool r/wIf true, saves the transparency as an additional alpha channel when the file is opened in another application.
Jongware, 28-Aug-2012 v3.0.3iContents :: Index