I have an image viewed in an applet. How do I save the image as 16 bits bit depth png format? I'm using java.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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 |
|||||
|
|
You can also use this http://code.google.com/p/pngj/ |
|||
|
|