data property
Raw pixel data for the image.
For single-frame images this is exactly frameSize bytes.
For multi-frame images (e.g. animated GIFs) this is frameSize * frameCount bytes.
Implementation
abstract Uint8List data;
Raw pixel data for the image.
For single-frame images this is exactly frameSize bytes.
For multi-frame images (e.g. animated GIFs) this is frameSize * frameCount bytes.
abstract Uint8List data;