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
Luban.CUSTOM_GEAR 这样的压缩感觉有点问题,压缩的图片下载下来,比原图还要大很多,加上限制条件感觉没太大的用还是很大
The text was updated successfully, but these errors were encountered:
.setMaxSize(300) // 限制最终图片大小(单位:Kb) .setMaxHeight(1920) // 限制图片高度 .setMaxWidth(1080) 我这样设置的,九张图,是4.88M,不知道你745Kb怎么设置的,求教
Sorry, something went wrong.
我碰到的问题是,压缩图片来源非来自手机,也就是说不是手机拍照和手机截屏来的图片,压缩过后比原图大多了,原图16KB,压缩过后变成90KB,大大怎么解决?
这个貌似不好解决吧。比如你截屏了一个图片,然后用系统的裁剪。可能也会出现裁剪之后的图片比原始的截屏文件还要大
No branches or pull requests
Luban.CUSTOM_GEAR 这样的压缩感觉有点问题,压缩的图片下载下来,比原图还要大很多,加上限制条件感觉没太大的用还是很大
The text was updated successfully, but these errors were encountered: