TiffCompression

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

public final class TiffCompression extends System.Enum

指定在将文档保存为 TIFF 格式时使用的压缩类型。

字段

字段描述
Ccitt3指定 CCITT Group 3 传真编码。
Ccitt4指定 CCITT Group 4 传真编码。
Jpeg指定 JPEG DCT 压缩。
Lzw指定 LZW 压缩。
None指定无压缩。
PackBits指定 Macintosh RLE 压缩。
Rle指定 RLE 压缩。

Ccitt3

public static final int Ccitt3

指定 CCITT Group 3 传真编码。

Ccitt4

public static final int Ccitt4

指定 CCITT Group 4 传真编码。

Jpeg

public static final int Jpeg

指定 JPEG DCT 压缩。

Lzw

public static final int Lzw

指定 LZW 压缩。

None

public static final int None

指定无压缩。

PackBits

public static final int PackBits

指定 Macintosh RLE 压缩。

Rle

public static final int Rle

指定 RLE 压缩。