TiffEncodingType

Description

The encoding to use when saving to TIFF format.

Static Properties

JPEG readonly JPEG compression, which is lossy and recommended for continuous-tone images, such as photographs.
NONE readonly No compression.
TIFFLZW readonly LZW compression, which is lossless and most useful for images with large areas of single color.
TIFFZIP readonly Zip compression, which is lossless and most effective for images that contain large areas of single color.