static BWImage bwResizeSmooth(BWImage img, int w) { ret new BWImage(scaleImage(img.getBufferedImage(), ((double) w)/img.getWidth())); }