비트맵 얻는 방법중에.
 BitmapFactory.decodeFile
 
MediaStore.Images.Media.getBitmap
 
위에 2가지 방법은 메모리 Exception 이 발생 하던데..
 
위에 방법 말고 이미지 파일 my.jpg 를 가지고 bitmap을 얻어 오는 방법 없을까.?
 
메모리 오류 문제점 해결 하려고 하는데..
 
bitmap 얻어 오는데 위 방법 말고 다른 방법이 있나요?