摘要: import java.awt.image.BufferedImage;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;import com.sun.image.codec.jpeg.JPEGCodec;import com.sun.image.codec.jpeg.JPEGImageEncoder;public class ImageProcess {public void zoomImage(String srcImgFileName) throws IOException{Fil 阅读全文
posted @ 2012-11-22 16:02 IT忍者 阅读(216) 评论(0) 推荐(0) 编辑