static BufferedImage scaleBufferedImageToWidth(int width, BufferedImage img) { ret scaleImage(img, width/(double) img.getWidth()); }