All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TiffCompression.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TiffCompression




com.aspose.cells
Class TiffCompression

java.lang.Object
    extended by 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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy