Skip to content

Releases: skyNet2017/Luban

解决orientation旋转bug+优化内存占用

Choose a tag to compare

@hss01248 hss01248 released this 09 Jun 04:28
refactor(luban): 优化图片压缩处理逻辑并改进资源管理

- 移除不必要的 ByteArrayOutputStream 中间流操作
- 直接将位图压缩到文件输出流中以减少内存占用
- 在 Engine 类中添加 OutOfMemoryError 异常处理
- 修复 EXIF 读取时的文件流管理问题
- 优化 Bitmap 缩放时的内存回收逻辑
- 修复异步压缩中的空指针检查逻辑

3.3.2

Choose a tag to compare

@hss01248 hss01248 released this 12 May 02:43
移除 avif-compressor 依赖及相关引用

3.3.1

Choose a tag to compare

@hss01248 hss01248 released this 12 May 02:27
新增 compressInMaxShortDimension 接口支持设置最大短边限制压缩

3.3.0

Choose a tag to compare

@hss01248 hss01248 released this 09 Apr 02:45

选图功能更换

测试图片放到远程,适配Android13

Choose a tag to compare

@hss01248 hss01248 released this 26 Oct 09:54
3.2.9

测试图片放到远程,适配Android13

3.2.8

Choose a tag to compare

@hss01248 hss01248 released this 26 Oct 09:37
测试图片放到远程,适配Android13

3.2.7

Choose a tag to compare

@hss01248 hss01248 released this 30 Jan 07:36
自动初始化

webp压缩支持

Choose a tag to compare

@hss01248 hss01248 released this 30 Jan 06:57
3.2.6

升级jdk版本

webp压缩支持

Choose a tag to compare

@hss01248 hss01248 released this 30 Jan 06:51
3.2.5

升级编译版本

3.2.4

Choose a tag to compare

@hss01248 hss01248 released this 09 Oct 06:29

压缩文件加锁,防止并发压缩导致文件损坏. 统一添加exif,注明跟踪app名称版本到TAG_SOFTWARE内