static S md5OfPNGFile(PNGFile png) { ret png == null ? "-" : png.md5(); }