大致思路:
利用BufferedImage制作,
BufferedImage image=new BufferedImage(width,height,bufered_type);
Graphics2D graphics=image.creatGraphics();
...........................
ImageIO.write(image,formate,output);
大致思路:
利用BufferedImage制作,
BufferedImage image=new BufferedImage(width,height,bufered_type);
Graphics2D graphics=image.creatGraphics();
...........................
ImageIO.write(image,formate,output);