compress method

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

Implementation

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