일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SO 파일
- Magnify Anim
- apache
- Objective C
- Android NDK시스템
- FlexiblePageView
- Push
- 안드로이드
- IMAGE
- android log dump
- java
- Android
- apns
- V8 Engine
- 인증서 정보 뽑아내기
- 공인인증서 정보
- apk 다운사이징
- IOS10
- ios framework
- Status Bar
- sha1 convert hashkey
- Google V8 Engine
- v8 engine xcode build
- 공인인증서 만료일
- embedd
- ios
- appbarlayout
- so file
- JavaScript Engine
- PageControl
Archives
- Today
- Total
목록Quality (1)
caTea 블로그
image quality down
private final int PHOTO_SIZE_LIMIT = (64 * 1024); private byte[] settingPhoto(String path){byte[] returnVal = null;try{ExifInterface exif;int orientation = 0;exif = new ExifInterface(path);orientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_UNDEFINED); BitmapFactory.Options options = new BitmapFactory.Options();File f = new File(path);long f_size = f.lengt..
android
2015. 8. 5. 11:53