I see in this app: https://play.google.com/store/apps/details?id=com.appvl.haivl Sometimes it shows a big image with height larger than 2048px, such as: http://s4.haivl.com/data/photos2/20130623/ce07dcc8255b49b4a55a9cd265db9872/medium-571180dcb6e34226960556476e87483c-400.jpg (exactly 400x2645px, but its size is small - 211KB).
But when I make a demo to show this image, I always get "Bitmap too large to be uploaded into a texture" exception.
I'm sure there is way to show this image, because in the above app, it's possible.
Can anyone suggest how can I display such image without need to scale down it?
I'll appreciate much.