java.lang.Object
com.yuzhyn.azylee.core.ios.imgs.ImgTool
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidstatic BufferedImagerotateImage(BufferedImage bufferedimage, int degree) 图片旋转指定角度static voidsaveFile(BufferedImage image, String file)
-
构造器详细资料
-
ImgTool
public ImgTool()
-
-
方法详细资料
-
rotateImage
图片旋转指定角度- 参数:
bufferedimage- 图像degree- 角度- 返回:
- 返回 返回
-
saveFile
- 抛出:
IOException
-
main
- 抛出:
IOException
-