static ImageSurface pixelatedZoomedImageSurface() { ret pixelatedImageSurface().autoZoomToDisplay(); } static ImageSurface pixelatedZoomedImageSurface(BufferedImage etc img) { var is = pixelatedZoomedImageSurface(); is.setImage(img); ret is; }