Curzibn / Luban

Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法
Apache License 2.0
13.58k stars 2.25k forks source link

为什么不把压缩质量的选项放开? #357

Open freddy24 opened 5 years ago

freddy24 commented 5 years ago

tagBitmap.compress(focusAlpha ? Bitmap.CompressFormat.PNG : Bitmap.CompressFormat.JPEG, 60, stream);

这里为什么写死60,是不是让用户自己控制更为方便?

Hhcoco commented 4 years ago

赞成,一些图片压缩过后不清晰。原图3m左右。

systemChina commented 4 years ago

是啊 我想图片不超过100KB 不行

forJrking commented 4 years ago

https://github.com/forJrking/XLuban 试试我这个