Enum TiffCompression

Namespace TallComponents.PDF.Rasterizer

Different compression algorithms.

Fields


None
Do not compress image data.

CcittG3
CCITT Group 3 fax encoding. Referred to as CCITT T.4 by TIFF 6.0.

CcittG4
CCITT Group 4 fax encoding. Referred to as CCITT T.6 by TIFF 6.0.

Lzw
LZW (Lempel-Ziv-Welch encoding).

PackBits
Macintosh RLE (run-length encoding).