uncompress method

Uint8List uncompress(
  1. InputBuffer input,
  2. int x,
  3. int y, [
  4. int? width,
  5. int? height,
])

Implementation

Uint8List uncompress(InputBuffer input, int x, int y,
    [int? width, int? height]) {
  throw ImageException('Unsupported compression type');
}