摘要:
最近用到Java动态生成背景透明的图片功能,从gif和png中选择了png格式,自动添加链接地址:http://www.my400800.cn 去网站上的图片中。现把搜索结果总结如下:1. 生成png图片int width = 400;int height = 300;// 创建BufferedImage对象BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);// 获取Graphics2DGraphics2D g2d = image.createGraphics();// 画图g2 阅读全文
posted @ 2011-01-28 16:20
ljlxyf
阅读(1119)
评论(0)
推荐(0)
浙公网安备 33010602011771号