!7 p-pretty /* although that's debatable given the detailed person */ { final BufferedImage img = loadImage2(#1007291); showFrame(jcanvas(func(int w, int h) { BufferedImage bg = renderTiledBackground(#1007195, w, h); BufferedImage circle = cutImageToCircle(img_addBorder(cutImageToCircle(img), Color.white, 10)); int x = (w-circle.getWidth())/2; int y = (h-circle.getHeight())/2; drawImageOnImage(circle, bg, x, y); ret bg; })); }