static S bufferedImageSizeWithStar(BufferedImage i) { ret i == null ? "-" : i.getWidth() + "*" + i.getHeight(); }