摘要:
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
逍遥_时空
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号