Crop the underlying image.
Painter copyCrop(int x, int y, int w, int h) => Painter.fromDecodedImage(img.copyCrop(_decodedBytes!, x, y, w, h));