static BufferedImage drawOnWhite(int w, int h, IVF1 draw) { var img = whiteImage(w, h); draw?.get(createGraphics(img)); ret img; }