Enum Ecrion.Ultrascale.CompressionAlgorithm

Top Previous Topic Next Topic  Print this topic

CompressionAlgorithm is a collection of values that can be set to specify the compression scheme for TIFF output.

 

Flags

 

Name

Value

Description

CA_None

 0

No compression.

CA_CCITT3

 1

CCITT3 compression scheme.

CA_CCITT4

 2

CCITT4 compression scheme.

CA_LZW

 3

LZW compression scheme.

CA_RLE

 4

RLE compression scheme.