|
May
23
|
The BufferedImage’s ColorModel has a method that returns whether it supports alpha.
boolean hasAlpha = bufferedImage.getColorModel().hasAlpha();
|
|
The BufferedImage’s ColorModel has a method that returns whether it supports alpha.
Leave a Reply |
|
Recent Comments