static float img_averageWidthDividedByHeight(BWImage image) { ret safeRatio(img_averageWidth(image), image.getHeight()); }