摘要: public static void cutImage(File file) { String fileName = file.getPath(); String lastName = fileName.substring(fileName.lastIndexOf(".") + 1,fileName.length()); FileInputStream fis = null; ImageInputStream iis = null; try { /**读取图片*/ Iterator it = ImageIO.getImageReadersByFormatName(lastN 阅读全文
posted @ 2014-03-05 16:42 逍遥_时空 阅读(187) 评论(0) 推荐(0) 编辑