I do have two BufferedImage objects. The first one has the following parameters:
BufferedImage@3fb397fb: type = 5 ColorModel: #pixelBits = 24 numComponents = 3 color space = java.awt.color.ICC_ColorSpace@64594484 transparency = 1 has alpha = false isAlphaPre = false ByteInterleavedRaster: width = 250 height = 250 #numDataElements 3 dataOff[0] = 2
The second one has:
BufferedImage@22ee5f73: type = 6 ColorModel: #pixelBits = 32 numComponents = 4 color space = java.awt.color.ICC_ColorSpace@64594484 transparency = 3 has alpha = true isAlphaPre = false ByteInterleavedRaster: width = 250 height = 250 #numDataElements 4 dataOff[0] = 3
How can I make them compatible if they are two different picture?