Suppose you have an image that measures 500x6000 pixels. I tried loading such an image in my Android app but soon found out that there are maximum dimensions for bitmaps (as described here)
Now, I still would like to be able to show such an image. How can I do that?
I could just simply adjust the height. But since the image has only 500px in width the resolution becomes poor really quick.