[android-developers] Re: Can not decode high resolution picture

2011-01-05 Thread MrChaz
An image that large is likely too big to be loaded into memory. There's not much you can do about that other than making it smaller or breaking it into a number or smaller images. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Can not decode high resolution picture

2011-01-05 Thread Yahel
How to open a high resolution png picture, the picture is 4000x3000,but it crashed when it was decoded. It depends what you want to do with the image. If it is a background for a game and you need it at this size, then you need to break it up and come up with a common tile preloading scheme.