ImageDecoder

public interface ImageDecoder

Interface for image decoding classes, allowing the default based on the Skia library to be replaced with a custom class.

Functions

Link copied to clipboard
public abstract Bitmap decode(Context context, Uri uri)
Decode an image.