static void resizePNG(File in, File out, int newW) { savePNG(resizeImage(loadImage2(in), newW), out); }