decodeImage abstract method

Future<LinearImage> decodeImage(
  1. Uint8List data, {
  2. String name = "image",
  3. bool requireAlpha = false,
})

Decodes the specified image data.

Implementation

Future<LinearImage> decodeImage(Uint8List data,
    {String name = "image", bool requireAlpha = false});