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

e664. 在图像中获取子图像

时间:2018-09-03 00:03:46      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:ubi   lsp   border   width   bsp   nbsp   cin   tab   creat   

   // From an Image
    image = createImage(new FilteredImageSource(image.getSource(), new CropImageFilter(x, y, w, h)));
    
    // From a BufferedImage
    bufferedImage = bufferedImage.getSubimage(x, y, w, h);

 

Related Examples

e664. 在图像中获取子图像

标签:ubi   lsp   border   width   bsp   nbsp   cin   tab   creat   

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

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