SkiaImageRegionDecoder

Default implementation of ImageRegionDecoder using Android's BitmapRegionDecoder, based on the Skia library. This works well in most circumstances and has reasonable performance due to the cached decoder instance, however it has some problems with grayscale, indexed and CMYK images.

Constructors

Link copied to clipboard
public void SkiaImageRegionDecoder()

Functions

Link copied to clipboard
public Bitmap decodeRegion(Rect sRect, int sampleSize)
Link copied to clipboard
public Point init(Context context, Uri uri)
Link copied to clipboard
public boolean isReady()
Link copied to clipboard
public void recycle()