sbool hasAlpha(BufferedImage img) { ret hasTransparency(img); } sbool hasAlpha(Color color) { ret color.getAlpha() != 0xFF; }