Class
Options for saving a document in TIFF format. Base Class: SaveOptions
TiffSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
alphaChannels | bool | r/w | If true, the alpha channels are saved. |
annotations | bool | r/w | If true, the annotations are saved. |
byteOrder | ByteOrder: ByteOrder.IBM ByteOrder.MACOS |
r/w | The order in which the bytes will be read. Default: Mac OS when running in Mac OS, and IBM PC when running in Windows. |
embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
imageCompression | TIFFEncoding: TIFFEncoding.NONE TIFFEncoding.TIFFLZW TIFFEncoding.JPEG TIFFEncoding.TIFFZIP |
r/w | The compression type. (default: TIFFEncoding.NONE) |
interleaveChannels | bool | r/w | If true, the channels in the image are interleaved. (default: true) |
jpegQuality | int (range: 0 - 12) | r/w | The 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. |
layerCompression | LayerCompression: LayerCompression.RLE LayerCompression.ZIP |
r/w | The method of compression to use when saving layers (as opposed to saving composite data). Valid only when 'layers' = true. |
layers | bool | r/w | If true, the layers are saved. |
saveImagePyramid | bool | r/w | If true, preserves multi-resolution information. (default: false) |
spotColors | bool | r/w | If true, spot colors are saved. |
transparency | bool | r/w | If true, saves the transparency as an additional alpha channel when the file is opened in another application. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |