일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Magnify Anim
- IOS10
- ios framework
- sha1 convert hashkey
- apache
- 인증서 정보 뽑아내기
- 안드로이드
- ios
- 공인인증서 만료일
- java
- Google V8 Engine
- Android
- SO 파일
- 공인인증서 정보
- so file
- apk 다운사이징
- android log dump
- IMAGE
- JavaScript Engine
- Status Bar
- apns
- V8 Engine
- v8 engine xcode build
- Push
- appbarlayout
- embedd
- PageControl
- Android NDK시스템
- Objective C
- FlexiblePageView
- Today
- Total
목록IMAGE (2)
caTea 블로그
/* * Copyright (C) 2015 Vincent Mi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,..
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..