static BufferedImage scaleToWidth(int width, BufferedImage img) { ret scaleBufferedImageToWidth(width, img); } static BufferedImage scaleToWidth(BufferedImage img, int width) { ret scaleToWidth(width, img); }