Back to Fresco

ProgressiveJpegConfig

docs/javadoc/reference/com/facebook/imagepipeline/decoder/ProgressiveJpegConfig.html

3.6.011.4 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Exceptions

Packages | Classes

Summary: Methods | [Expand All]

public interface

ProgressiveJpegConfig

| com.facebook.imagepipeline.decoder.ProgressiveJpegConfig |

| Known Indirect Subclasses

SimpleProgressiveJpegConfig

| SimpleProgressiveJpegConfig | Simple ProgressiveJpegConfig with predefined scans to decode and good-enough scan number. |

|

Class Overview

Progressive JPEG config.

Summary

Public Methods
abstract int
Gets the next scan-number that should be decoded after the given scan-number.
abstract QualityInfo
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.

+Generated by Doclava. +