sbool is8BitGrayscale(BufferedImage img) { ret img.getType() == BufferedImage.TYPE_BYTE_GRAY; }