Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8177455

TIFFCompressor has a reference to non-existent method

XMLWordPrintable

    • 2d
    • b31
    • generic
    • generic

      TIFFCompressor.java:
          /**
           * Creates a compressor object for use in compressing TIFF data. This
           * object may be passed to the
           * {@link TIFFImageWriteParam#setTIFFCompressor(TIFFCompressor)}
           * method to override the compressor of a supported compression type or
           * to provide the implementation of the compression algorithm of an
           * unsupported compression type.
      ...................
      ...................
          public TIFFCompressor(String compressionType,
                                int compressionTagValue,
                                boolean isCompressionLossless) {

      Note that TIFFImageWriteParam#setTIFFCompressor(TIFFCompressor)} does not exist

            jdv Jayathirth D V
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: