Sunzxyong / Tiny

an image compression framework.(一个高保真、高压缩比的图片压缩框架)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片文件压缩,options 设置了压缩后大小,但 7M 的原图压缩后还有 800k+

ArvinAndroid opened this issue · comments

压缩代码如下:
Tiny.FileCompressOptions options = new Tiny.FileCompressOptions();
options.size = 100;
options.isKeepSampling = false;
FileWithBitmapResult result = Tiny.getInstance().source(filePath).asFile().withOptions(options).compressWithReturnBitmapSync();
return result.bitmap;

原图地址为:https://chaoxingqiu2.oss-cn-hangzhou.aliyuncs.com/images/qqimg.jpg