Returns a pixel iterator for iterating over a rectangular range of pixels in the image.
Iterator<Pixel> getRange(int x, int y, int width, int height) => data!.getRange(x, y, width, height);