static Rect imageRect() { BufferedImage img = currentImage(); ret rect(0, 0, img.getWidth(), img.getHeight()); }