ImagingTiffCompression Constant
ImagingExtras

Specifies compression scheme used when saving TIFF images.

Pascal
ImagingTiffCompression = 65;
File

ImagingExtras (at line 76)

Description

Supported values are 0 (Uncompressed), 1 (LZW), 2 (PackBits RLE), 3 (Deflate - ZLib), 4 (JPEG). Default is 1 (LZW). Note that not all images can be stored with JPEG compression - these images will be saved with default compression if JPEG is set.

Related Information
You are here: Symbol Reference > Constants > ImagingTiffCompression Constant