com.aspose.cells

Class TiffCompression

  • java.lang.Object
    • com.aspose.cells.TiffCompression
public class TiffCompression 
extends java.lang.Object

Utility class containing constants. Specifies what type of compression to apply when saving images into TIFF format file.

Field Summary
static final intCOMPRESSION_NONE
Specifies no compression.
static final intCOMPRESSION_RLE
Specifies the RLE compression scheme.
static final intCOMPRESSION_LZW
Specifies the LZW compression scheme.
static final intCOMPRESSION_CCITT_3
Specifies the CCITT3 compression scheme.
static final intCOMPRESSION_CCITT_4
Specifies the CCITT4 compression scheme.
 

    • Field Detail

      • COMPRESSION_NONE

        public static final int COMPRESSION_NONE
        Specifies no compression.
      • COMPRESSION_RLE

        public static final int COMPRESSION_RLE
        Specifies the RLE compression scheme.
      • COMPRESSION_LZW

        public static final int COMPRESSION_LZW
        Specifies the LZW compression scheme.
      • COMPRESSION_CCITT_3

        public static final int COMPRESSION_CCITT_3
        Specifies the CCITT3 compression scheme.
      • COMPRESSION_CCITT_4

        public static final int COMPRESSION_CCITT_4
        Specifies the CCITT4 compression scheme.