Quotidien Shaarli

Tous les liens d'un jour sur une page.

September 25, 2019

Create a BufferedImage from file and make it TYPE_INT_ARGB - Stack Overflow
thumbnail

I have a PNG file with transparency that is loaded and stored in a BufferedImage. I need this BufferedImage to be of TYPE_INT_ARGB. However, when I use getType() the returned value is 0 (TYPE_CUSTOM)