-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of memory #3
Comments
I think it's a same bug with #2. |
Yes, it is latest version |
Any updates on this? |
I still don't know what the problem is but some bugs have been fixed which are related to jpeg regional decoding. It's still in the develop branch and I will release a new version soon so that you can test the case. |
you load a too big image,I think when you load a big bitmap,you should load justBounds caculate the bitmap size with ARGB8888.if too big should decode insimpleSize |
Hi all,
I using regional decoding as:
Bitmap bitmap = BitmapDecoder.from("abc.jpeg")
.region(0, 0, 1080, 1920)
.scaleBy(1)
.decode();
This for image has high solution (14400 × 9600). App is crashed. How to fix it?
Thanks
The text was updated successfully, but these errors were encountered: