码迷,mamicode.com
首页 > 其他好文 > 详细

e670. 缓冲图像转换为图像

时间:2018-09-02 23:56:40      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   create   图像转换   gets   center   缓冲   rom   from   source   

 

    // This method returns an Image object from a buffered image
    public static Image toImage(BufferedImage bufferedImage) {
        return Toolkit.getDefaultToolkit().createImage(bufferedImage.getSource());
    }

 

Related Examples

e670. 缓冲图像转换为图像

标签:style   create   图像转换   gets   center   缓冲   rom   from   source   

原文地址:https://www.cnblogs.com/borter/p/9575498.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!