static BufferedImage resizeImageToHeight_bilinear(BufferedImage img, int newH) { ret scaleImage_bilinear(doubleRatio(newH, img.getHeight()), img); }