- 博客(3)
- 资源 (13)
- 收藏
- 关注
原创 jquery Android图片预览方向
selectFileImage : function(fileObj) { var file = fileObj.files[0]; var Orientation = null; if (file) { // 位置情報 EXIF.getData(file, functio
2017-03-23 09:22:04 218
原创 java实现图片水平翻转
private static BufferedImage flipImage(final BufferedImage bufferedimage) { int imageWidth = bufferedimage.getWidth(); int imageHeight = bufferedimage.getHeight(); BufferedImage img = null; Grap
2017-03-20 14:42:10 1040
原创 java实现image图片旋转
private static BufferedImage rotateImage(BufferedImage image, int degree) throws IOException { BufferedImage rotatedImage = null; try { // 元イメージ広い int originalImWidth = image.getWidth(); //
2017-03-20 14:40:05 2728
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人