16 位位深

发布于 2024-08-26 09:51:07 字数 54 浏览 5 评论 0 原文

我在小程序中查看了一张图像。如何将图像保存为 16 位位深 png 格式?我正在使用java。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

得不到的就毁灭 2024-09-02 09:51:07

转换为 16 位不是保存图像数据的一部分。您首先必须通过复制到 16 位 BufferedImage 来转换图像数据本身/java/awt/image/ColorModel.html" rel="nofollow noreferrer">ColorModel。然后将结果保存为PNG。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文