static int bufferedImageWidth(BufferedImage img) { ret img == null ? 0 : img.getWidth(); }