static int widthToHeight(int w, int h, int newWidth) { ret heightForWidth(w, h, newWidth); } static int widthToHeight(BufferedImage img, int newWidth) { ret heightForWidth(img.getWidth(), img.getHeight(), newWidth); }