将 Image 对象转换为 BufferedImage 对象
给定一个 Image 对象,如何在不使用任何图形内容的情况下将其转换为 BufferedImage 对象?
谢谢。
(PS我正在使用Java ImageIO库)
Given an Image object, how do I turn that into a BufferedImage object without using any of the graphics stuff?
Thanks.
(P.S. I'm using Java ImageIO library)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如这篇文章(提供了一个示例从图像创建 BufferedImage)指出:
As this article (which provides an example of creating a BufferedImage from an Image) states: