Package com.pdfview.subsamplincscaleimageview.decoder
See: Description
-
Class Summary Class Description SkiaImageRegionDecoder Default implementation of ImageRegionDecoder using Android's BitmapRegionDecoder, based on the Skia library. SkiaPooledImageRegionDecoder An implementation of ImageRegionDecoder using a pool of BitmapRegionDecoders, to provide true parallel loading of tiles. CompatDecoderFactory Compatibility factory to instantiate decoders with empty public constructors. SkiaImageDecoder Default implementation of ImageDecoder using Android's BitmapFactory, based on the Skia library. -
Interface Summary Interface Description DecoderFactory Interface for ImageDecoder and ImageRegionDecoder factories. ImageDecoder Interface for image decoding classes, allowing the default android.graphics.BitmapFactory based on the Skia library to be replaced with a custom class. ImageRegionDecoder Interface for image decoding classes, allowing the default android.graphics.BitmapRegionDecoder based on the Skia library to be replaced with a custom class.