sizeBytes property

int get sizeBytes

The size of raw image pixels in bytes.

Implementation

int get sizeBytes => image.height * image.width * 4;