static WidthAndHeight imageSize(BufferedImage img) { ret img == null ?: widthAndHeight(img.getWidth(), img.getHeight()); }