I have a byte array
byte[] img;
in gray scale and i want to convert it into BufferedImage. I
just couldn't get it to work. Any one could help? Thanks a lot.
coconut
g**********y 发帖数: 14569
2
Take a look at buildImage().
c*****t 发帖数: 1879
3
Thanks. This is exactly what I want.
【在 g**********y 的大作中提到】 : Take a look at buildImage().