摘要: package com.school.util;import java.awt.Graphics;import java.awt.Image;import java.awt.image.BufferedImage;import java.io.File;import java.io.IOExcept... 阅读全文
posted @ 2015-06-26 18:17 Smile_灰太狼 阅读(1731) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[]args) throws IOException{ String path = "E:/图片/111.jpg"; //图片地址 File file = new File... 阅读全文
posted @ 2015-06-26 17:58 Smile_灰太狼 阅读(11638) 评论(0) 推荐(0) 编辑
摘要: import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; ... 阅读全文
posted @ 2015-06-26 13:13 Smile_灰太狼 阅读(2960) 评论(0) 推荐(0) 编辑