fromQOI static method

QOI fromQOI(
  1. Uint8List raw
)

Decode from a QOI image, using the built-in decoder

Implementation

static QOI fromQOI(Uint8List raw) => decoder.decode(data: raw);