static double imageDiameter(BufferedImage img) { ret img == null ? 0 : vectorLength(img.getWidth(), img.getHeight()); }