-
public interface ProgressiveJpegConfigProgressive JPEG config.
-
-
Method Summary
Modifier and Type Method Description abstract booleandecodeProgressively()Shortcut for checking if we should attempt to decode progressively. abstract intgetNextScanNumberToDecode(int scanNumber)Gets the next scan-number that should be decoded after the given scan-number. abstract QualityInfogetQualityInfo(int scanNumber)Gets the quality information for the given scan-number. -
-
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.
-
-
-
-