SkiaImageDecoder

public class SkiaImageDecoder

Default implementation of ImageDecoder using Android's BitmapFactory, based on the Skia library. This works well in most circumstances and has reasonable performance, however it has some problems with grayscale, indexed and CMYK images.

Constructors

Link copied to clipboard
public void SkiaImageDecoder()

Functions

Link copied to clipboard
public Bitmap decode(Context context, Uri uri)