Last active
July 31, 2019 04:50
-
-
Save CodeK1988/626d34513f386c2df7773b3dcaa32c62 to your computer and use it in GitHub Desktop.
图片满屏宽高比1:5 长图 小米机上报错 Bitmap too large to be uploaded into a texture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bitmap too large to be uploaded into a texture (1080x4153, max=4096x4096) | |
| thanks: | |
| https://medium.com/digio-australia/custom-image-manipulation-crop-and-translate-at-load-time-with-glide-on-android-cb556f5a5aae | |
| https://github.com/mantel-digio/GlideCropper/blob/master/app/src/main/java/au/com/digio/glidecropper/widget/CroppedImageView.kt | |
| https://developer.android.com/topic/performance/graphics/load-bitmap | |
| 吐槽: | |
| csdn 上的技术博文大大大大大部分质量真是差劲 一点验证意识都没有。 | |
| csdn 拜了个拜! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment