CompressionType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class CompressionType extends System.Enum

Used to specify the parameter value passed to a Tiff image device.

Fields

FieldDescription
LZWSpecifies the LZW compression scheme.
CCITT4Specifies the CCITT4 compression scheme.
CCITT3Specifies the CCITT3 compression scheme.
RLESpecifies the RLE compression scheme.
NoneSpecifies no compression.

LZW

public static final int LZW

Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.

CCITT4

public static final int CCITT4

Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.

CCITT3

public static final int CCITT3

Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.

RLE

public static final int RLE

Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.

None

public static final int None

Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.