PhotoshopCC 2015.5
Object

TiffSaveOptions

Options for saving a document in TIFF format.

SaveOptions TiffSaveOptions

Properties

NameType AccessDescription
static Boolean read/write If true, the alpha channels are saved.
static Boolean read/write If true, the annotations are saved.
static ByteOrderType
read/write The order in which the bytes will be read. Default: Mac OS when running in Mac OS, and IBM PC when running in Windows.
static Boolean read/write If true, the color profile is embedded in the document.
static TiffEncodingType = TiffEncodingType.NONE
read/write The compression type.
static Boolean = true read/write If true, the channels in the image are interleaved.
static Int 0–12 read/write 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.
static LayerCompressionType
read/write The method of compression to use when saving layers (as opposed to saving composite data). Valid only when 'layers' = true.
static Boolean read/write If true, the layers are saved.
static Boolean = false read/write If true, preserves multi-resolution information.
static Boolean read/write If true, spot colors are saved.
static Boolean read/write If true, saves the transparency as an additional alpha channel when the file is opened in another application.