static double aspectRatio(WidthAndHeight img) { ret img == null ? Double.NaN : doubleRatio(img.getWidth(), img.getHeight()); }