Adobe Photoshop CS5 Object Library JS: TIFFEncoding

Photoshop CS5

 The encoding to use when saving to TIFF format.

Value

NameDescriptionValue
TIFFEncoding.JPEGJPEG compression, which is lossy and recommended for continuous-tone images, such as photographs. int 3
TIFFEncoding.NONENo compression. int 1
TIFFEncoding.TIFFLZWLZW compression, which is lossless and most useful for images with large areas of single color. int 2
TIFFEncoding.TIFFZIPZip compression, which is lossless and most effective for images that contain large areas of single color. int 4

Usage

As property

TiffSaveOptions.imageCompression

Jongware, 28-Aug-2012 v3.0.3iContents :: Index