static S md5OfBufferedImage(BufferedImage img) { ret img == null ? null : rgbMD5(new RGBImage(img)); }