downloadurl:https://github.com/exif-js/exif-js//获取照片方向角属性,用户旋转控制
EXIF.getData(file,function(){//fileinput[type=file]的文件
EXIF.getAllTags(this);
varorientation=EXIF.getTag(this,‘Orientation‘);
console.log(orientation);
});
分类:
其他好文 时间:
2016-05-23 01:13:29
阅读次数:
782
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android ...
分类:
其他好文 时间:
2016-05-22 13:54:02
阅读次数:
138
1.LinearLayout线性布局: 常用属性: 子类控件的排布方式:android:orientation="vertical"/"horizontal" 垂直或水平 子类控件在布局中的位置:android:gravity="center" center:水平垂直都居中;center_verti ...
分类:
移动开发 时间:
2016-05-21 09:01:37
阅读次数:
203
Although object orientation isn't a key feature of XML or the XML Schema language, it's still possible to apply the fundamental OO paradigm when desig ...
分类:
其他好文 时间:
2016-05-18 17:46:17
阅读次数:
172
1.LinearLayout线性布局: 常用属性: 子类控件的排布方式:android:orientation="vertical"/"horizontal" 垂直或水平 子类控件在布局中的位置:android:gravity="center" center:水平垂直都居中;center_verti ...
分类:
移动开发 时间:
2016-05-16 00:02:10
阅读次数:
232
1. 横竖屏切换是时候 会调用 oncreate , onstart , 重建 。 在清单中 activity 中添加 。重建为横竖屏 适配 加载不同的 布局文件。 android:configChanges="keyboardHidden|orientation|screenSize" 就不会重建 ...
分类:
其他好文 时间:
2016-05-14 16:46:35
阅读次数:
109
.ios上传会在exif中带一个 Orientation的属性,这个属性在windows中不会生效,在ios浏览器中会生效,造成图片在windows资源管理器中与ios浏览器中方向不一致 为了用户体验,需要把图片矫正成正常的图片。 需要用到一个 exif 插件 地址 https://github.c ...
分类:
移动开发 时间:
2016-05-13 11:21:17
阅读次数:
581
为什么BitmapFactory.decodeByteArray()返回null问题activity_main.xml布局里面一个按钮跟一个imageView<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:lay...
分类:
移动开发 时间:
2016-05-13 04:39:50
阅读次数:
291
xml version="1.0" encoding="utf-8"?>LinearLayoutandroid:gravity="center_horizontal"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"xmlns:android="htt...
分类:
微信 时间:
2016-05-12 20:20:15
阅读次数:
398
xml version="1.0" encoding="utf-8"?>LinearLayoutandroid:gravity="center_horizontal"android:orientation="vertical"android:layout_width="fill_parent"android:layout_height="fill_parent"xmlns:android="htt...
分类:
微信 时间:
2016-05-12 20:17:36
阅读次数:
455