TiffEncodingType

The encoding to use when saving to TIFF format.

Values

Name

Description

Value

TiffEncodingType.JPEG

JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs.

3

TiffEncodingType.NONE

No compression.

1

TiffEncodingType.TIFFLZW

LZW compression, which is lossless and most useful for images with large areas of single color.

2

TiffEncodingType.TIFFZIP

Zip compression, which is lossless and most effective for images that contain large areas of single color.

4

Object of

TiffSaveOptions.imageCompression