| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 공인인증서 만료일
- PageControl
- android log dump
- Objective C
- apache
- FlexiblePageView
- sha1 convert hashkey
- Magnify Anim
- 인증서 정보 뽑아내기
- Android
- apk 다운사이징
- embedd
- so file
- java
- JavaScript Engine
- Status Bar
- ios framework
- IOS10
- 공인인증서 정보
- 안드로이드
- Google V8 Engine
- V8 Engine
- IMAGE
- Android NDK시스템
- appbarlayout
- v8 engine xcode build
- ios
- SO 파일
- Push
- apns
- 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..