PhotoshopCC 2015.5
Enumeration

TiffEncodingType

The encoding to use when saving to TIFF format.

Values

NameType AccessDescription
Int = 3 readonly JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs.
Int = 1 readonly No compression.
Int = 2 readonly LZW compression, which is lossless and most useful for images with large areas of single color.
Int = 4 readonly Zip compression, which is lossless and most effective for images that contain large areas of single color.

Object of 1

Properties elsewhere that hold an TiffEncodingType value.