static Rect imgRect(BufferedImage img) { ret img == null ? null : new Rect(0, 0, img.getWidth(), img.getHeight()); }