I am wondering is it possible to rotate an image stored on sdcard without loading it\'s to memory.
The reason is why I am looking for that is famous OutOfMemoryError
I will suggest you to use some 3rd party library that does not store data on process heap while operating on bitmaps. In my case I used ffmpeg that I was already using for other purpose in my project.