toRaw method

Uint8List toRaw()

Dump to a raw binary image, without any conversions

The output just represents the pixel data (eg. no headers).

Implementation

Uint8List toRaw() => _bytes;