- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/freekite/Android-BitherCompress
- 官方下载: https://github.com/freekite/Android-BitherCompress
软件介绍
Android图片压缩结合多种压缩方式,常用的有尺寸压缩、质量压缩以及通过JNI调用libjpeg库来进行压缩,三种方式结合使用实现指定图片内存大小,清晰度达到最优。
使用:
导入lib-bither-compress
NativeUtil.compressBitmap(bitmap, savePath);
