Enum OperationTiff.CompressionEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationTiff.CompressionEnum>
    Enclosing class:
    OperationTiff

    public static enum OperationTiff.CompressionEnum
    extends Enum<OperationTiff.CompressionEnum>
    This parameter is used to specify the compression method when exporting pages as \"tif\" images. The following values are available: * none = No compression * rle = TIFF CCITT Modified Huffman RLE compression * deflate = TIFF Deflate lossless compression (Zip-in-TIFF). * group3 = TIFF CCITT Group 3 fax encoding * group4 = TIFF CCITT Group 4 fax encoding * jpeg = TIFF JPEG-in-TIFF compression * lzw = TIFF LZW compression * packbits = TIFF Byte-oriented run-length encoding \"PackBits\" compression * zlib = TIFF ZLib compression