Returns the pixels of this as a PNG data.
@override FutureOr<Uint8List> toPNG() => img.encodePng(_bitmap, singleFrame: true);