static BufferedImage newImage(int w, int h) { ret whiteImage(w, h); } static BufferedImage newImage(int size) { ret whiteImage(size); }