Package 

Interface ProgressiveJpegConfig

    • Method Summary

      Modifier and Type Method Description
      abstract boolean decodeProgressively() Shortcut for checking if we should attempt to decode progressively.
      abstract int getNextScanNumberToDecode(int scanNumber) Gets the next scan-number that should be decoded after the given scan-number.
      abstract QualityInfo getQualityInfo(int scanNumber) Gets the quality information for the given scan-number.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • decodeProgressively

         abstract boolean decodeProgressively()

        Shortcut for checking if we should attempt to decode progressively.

      • getNextScanNumberToDecode

         abstract int getNextScanNumberToDecode(int scanNumber)

        Gets the next scan-number that should be decoded after the given scan-number.

      • getQualityInfo

         abstract QualityInfo getQualityInfo(int scanNumber)

        Gets the quality information for the given scan-number.