We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Different android devices have various max texture dimension.
On some configurations when bitmap dimension exceeded this limit no image is displayed.
For example my Smaung galaxy S5 has max texture size: 4096 px Full screen CropImageView has dimensions: 1080x1848 px Image file is: 5312x2988 px
As result loaded bitmap has size 5312x2988 px, width is larger than max texture size and no image is displayed.
Increasing inSmapleSize when loading bitmap to met max texture requiremnts should fix this issue. I will provide pull request.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Different android devices have various max texture dimension.
On some configurations when bitmap dimension exceeded this limit no image is displayed.
For example my Smaung galaxy S5 has max texture size: 4096 px
Full screen CropImageView has dimensions: 1080x1848 px
Image file is: 5312x2988 px
As result loaded bitmap has size 5312x2988 px, width is larger than max texture size and no image is displayed.
Increasing inSmapleSize when loading bitmap to met max texture requiremnts should fix this issue.
I will provide pull request.
The text was updated successfully, but these errors were encountered: