http://myluckydays.tistory.com/134 카메라나 갤러리로부터 이미지를 가져와서 Crop 하여 Crop된 이미지를 저장하는 코드이다. 다음 주소들을 참고하였다. (사실 거의 배낀 수준.. 설명이 아주 잘 나와있다.) http://theeye.pe.kr/entry/example-of-image-crop-with-camera-and-album-picker-on-androidhttp://blog.naver.com/PostView.nhn?blogId=legendx&logNo=40132435162 - 갤러리에서 이미지 가져오는 부분private void getPhotoFromGallery() { // 갤러리에서 이미지 가져오기 Intent intent = new Intent(Intent.AC..