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
google 原生的图库加载出来同一张图片放大比较清晰,有没有什么可以优化的
The text was updated successfully, but these errors were encountered:
你打印一下 loadImageBlocks 里面的scale,看下scale是否能到达1,到达1是图片原始的清晰度没有缩放
Sorry, something went wrong.
放到最大时: imageRect:Rect(2018, 1449 - 2198, 1809) imageScale:0.25016525 currentScale:1 最小时 : imageRect:Rect(0, 0 - 4160, 8320) imageScale:5.7777777 currentScale:8
scale都是 >=1的
No branches or pull requests
google 原生的图库加载出来同一张图片放大比较清晰,有没有什么可以优化的
The text was updated successfully, but these errors were encountered: