static BufferedImage resizeImageToHeight(BufferedImage img, int newH) { ret scaleImageToHeight(img, newH); }