开发者

16 bits bit depth

开发者 https://www.devze.com 2022-12-24 18:12 出处:网络
I have an image viewed in an applet. How do开发者_如何学JAVA I save the image as 16 bits bit depth png format? I\'m using java. Conversion to 16 bit is not a part of saving the image data. You\'ll fir

I have an image viewed in an applet. How do开发者_如何学JAVA I save the image as 16 bits bit depth png format? I'm using java.


Conversion to 16 bit is not a part of saving the image data. You'll first have to convert the image data itself by copying to to a BufferedImage with a 16 bit ColorModel. Then just save the result as PNG.

0

精彩评论

暂无评论...
验证码 换一张
取 消