图片旋转翻转
摘要:/** * 水平翻转图像 * @param img * @return */ public Image flipImage_H(Image img) { int width = img.getWidth(null); int height = img.getHeight(null); Buffere
阅读全文
posted @ 2011-03-30 09:47
posted @ 2011-03-30 09:47
posted @ 2011-03-04 13:02