public interface

ProgressiveJpegConfig

com.facebook.imagepipeline.decoder.ProgressiveJpegConfig
Known Indirect Subclasses

Class Overview

Progressive JPEG config.

Summary

Public Methods
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.

Public Methods

public abstract int getNextScanNumberToDecode (int scanNumber)

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

public abstract QualityInfo getQualityInfo (int scanNumber)

Gets the quality information for the given scan-number.