Interface TIFFExtension


interface TIFFExtension
TIFFExtension
Version:
$Id: TIFFExtension.java,v 1.0 08.05.12 16:45 haraldk Exp$
  • Field Details

    • COMPRESSION_CCITT_T4

      static final int COMPRESSION_CCITT_T4
      CCITT T.4/Group 3 Fax compression.
      See Also:
    • COMPRESSION_CCITT_T6

      static final int COMPRESSION_CCITT_T6
      CCITT T.6/Group 4 Fax compression.
      See Also:
    • COMPRESSION_LZW

      static final int COMPRESSION_LZW
      LZW Compression. Was baseline, but moved to extension due to license issues in the LZW algorithm.
      See Also:
    • COMPRESSION_OLD_JPEG

      static final int COMPRESSION_OLD_JPEG
      Deprecated. For backwards compatibility only ("Old-style" JPEG).
      See Also:
    • COMPRESSION_JPEG

      static final int COMPRESSION_JPEG
      JPEG Compression (lossy).
      See Also:
    • COMPRESSION_DEFLATE

      static final int COMPRESSION_DEFLATE
      Custom: PKZIP-style Deflate.
      See Also:
    • COMPRESSION_ZLIB

      static final int COMPRESSION_ZLIB
      Adobe-style Deflate.
      See Also:
    • PHOTOMETRIC_SEPARATED

      static final int PHOTOMETRIC_SEPARATED
      See Also:
    • PHOTOMETRIC_YCBCR

      static final int PHOTOMETRIC_YCBCR
      See Also:
    • PHOTOMETRIC_CIELAB

      static final int PHOTOMETRIC_CIELAB
      See Also:
    • PHOTOMETRIC_ICCLAB

      static final int PHOTOMETRIC_ICCLAB
      See Also:
    • PHOTOMETRIC_ITULAB

      static final int PHOTOMETRIC_ITULAB
      See Also:
    • PLANARCONFIG_PLANAR

      static final int PLANARCONFIG_PLANAR
      See Also:
    • PREDICTOR_HORIZONTAL_DIFFERENCING

      static final int PREDICTOR_HORIZONTAL_DIFFERENCING
      See Also:
    • PREDICTOR_HORIZONTAL_FLOATINGPOINT

      static final int PREDICTOR_HORIZONTAL_FLOATINGPOINT
      See Also:
    • FILL_RIGHT_TO_LEFT

      static final int FILL_RIGHT_TO_LEFT
      See Also:
    • SAMPLEFORMAT_INT

      static final int SAMPLEFORMAT_INT
      See Also:
    • SAMPLEFORMAT_FP

      static final int SAMPLEFORMAT_FP
      See Also:
    • SAMPLEFORMAT_UNDEFINED

      static final int SAMPLEFORMAT_UNDEFINED
      See Also:
    • YCBCR_POSITIONING_CENTERED

      static final int YCBCR_POSITIONING_CENTERED
      See Also:
    • YCBCR_POSITIONING_COSITED

      static final int YCBCR_POSITIONING_COSITED
      See Also:
    • JPEG_PROC_BASELINE

      static final int JPEG_PROC_BASELINE
      Deprecated. For backwards compatibility only ("Old-style" JPEG).
      See Also:
    • JPEG_PROC_LOSSLESS

      static final int JPEG_PROC_LOSSLESS
      Deprecated. For backwards compatibility only ("Old-style" JPEG).
      See Also:
    • INKSET_CMYK

      static final int INKSET_CMYK
      For use with Photometric: 5 (Separated), when image data is in CMYK color space.
      See Also:
    • INKSET_NOT_CMYK

      static final int INKSET_NOT_CMYK
      For use with Photometric: 5 (Separated), when image data is in a color space other than CMYK. See InkNames field for a description of the inks to be used.
      See Also:
    • ORIENTATION_TOPRIGHT

      static final int ORIENTATION_TOPRIGHT
      See Also:
    • ORIENTATION_BOTRIGHT

      static final int ORIENTATION_BOTRIGHT
      See Also:
    • ORIENTATION_BOTLEFT

      static final int ORIENTATION_BOTLEFT
      See Also:
    • ORIENTATION_LEFTTOP

      static final int ORIENTATION_LEFTTOP
      See Also:
    • ORIENTATION_RIGHTTOP

      static final int ORIENTATION_RIGHTTOP
      See Also:
    • ORIENTATION_RIGHTBOT

      static final int ORIENTATION_RIGHTBOT
      See Also:
    • ORIENTATION_LEFTBOT

      static final int ORIENTATION_LEFTBOT
      See Also:
    • GROUP3OPT_2DENCODING

      static final int GROUP3OPT_2DENCODING
      See Also:
    • GROUP3OPT_UNCOMPRESSED

      static final int GROUP3OPT_UNCOMPRESSED
      See Also:
    • GROUP3OPT_FILLBITS

      static final int GROUP3OPT_FILLBITS
      See Also:
    • GROUP3OPT_BYTEALIGNED

      static final int GROUP3OPT_BYTEALIGNED
      See Also:
    • GROUP4OPT_UNCOMPRESSED

      static final int GROUP4OPT_UNCOMPRESSED
      See Also:
    • GROUP4OPT_BYTEALIGNED

      static final int GROUP4OPT_BYTEALIGNED
      See Also:
    • COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE

      static final int COMPRESSION_CCITT_MODIFIED_HUFFMAN_RLE
      See Also:
    • FILL_LEFT_TO_RIGHT

      static final int FILL_LEFT_TO_RIGHT
      See Also: