From c0118ac3e518b6ca3543701ced125fb26a44434c Mon Sep 17 00:00:00 2001 From: tianxiangyu <96164429+FlyJingFish@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ gradle.properties | 2 +- update_record.md | 5 +++++ version.properties | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 26aff13..c7cc5d2 100644 --- a/README.md +++ b/README.md @@ -87,18 +87,18 @@ allprojects { ```gradle //OpenImageFullLib 默认已经包含了OpenImageGlideLib -implementation 'io.github.FlyJingFish.OpenImage:OpenImageFullLib:2.2.7' +implementation 'io.github.FlyJingFish.OpenImage:OpenImageFullLib:2.2.8' ``` - 使用 Coil 作为图片加载器,如果你的项目组存在[Coil](https://github.com/coil-kt/coil)请升级至 **2.4.0** 或者更高的版本,否则会冲突 ```gradle //OpenImageFullLib 因为已经包含了 OpenImageGlideLib,所以需要排除掉 OpenImageGlideLib,否则会同时存在 Glide 和 Coil -implementation ('io.github.FlyJingFish.OpenImage:OpenImageFullLib:2.2.7'){ +implementation ('io.github.FlyJingFish.OpenImage:OpenImageFullLib:2.2.8'){ exclude module: 'OpenImageGlideLib' } //OpenImageCoilLib 引入Coil(2.4.0)图片引擎 -implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.7' +implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.8' ``` #### B、引入只带有图片引擎的版本(只支持查看图片) @@ -109,14 +109,14 @@ implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.7' ```gradle //OpenImageGlideLib 引入Glide(4.12.0)图片引擎,没有引入视频播放器;如需定制视频播放功能,详细看Wiki文档,如果不想定制可直接使用上边的库 -implementation 'io.github.FlyJingFish.OpenImage:OpenImageGlideLib:2.2.7' +implementation 'io.github.FlyJingFish.OpenImage:OpenImageGlideLib:2.2.8' ``` - 使用 Coil 作为图片加载器,如果你的项目组存在[Coil](https://github.com/coil-kt/coil)请升级至 **2.4.0** 或者更高的版本,否则会冲突 ```gradle //OpenImageCoilLib 引入Coil(2.4.0)图片引擎,没有引入视频播放器;如需定制视频播放功能,详细看Wiki文档,如果不想定制可直接使用上边的库 -implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.7' +implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.8' ``` #### C、引入基础版本(不可以直接查看图片和视频,完全需要自定义) @@ -126,7 +126,7 @@ implementation 'io.github.FlyJingFish.OpenImage:OpenImageCoilLib:2.2.7' ```gradle //OpenImageLib 是基础库,没有引入图片引擎和视频播放器 //至少需要实现BigImageHelper来定制您的图片引擎,如需定制视频播放功能,详细看Wiki文档 -implementation 'io.github.FlyJingFish.OpenImage:OpenImageLib:2.2.7' +implementation 'io.github.FlyJingFish.OpenImage:OpenImageLib:2.2.8' ``` diff --git a/gradle.properties b/gradle.properties index bbfc444..36bbbc6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,7 +35,7 @@ DEVELOPER_ID=FlyJingFish DEVELOPER_NAME=FlyJingFish DEVELOPER_EMAIL=749617782@qq.com -TestVersion = 2.2.7 +TestVersion = 2.2.8 SonatypeTestCode = 1333 TestType = 0 # 0 mavenLocal 1 SonatypeCache 2 mavenCentral \ No newline at end of file diff --git a/update_record.md b/update_record.md index 1ede860..3fb7979 100644 --- a/update_record.md +++ b/update_record.md @@ -1,5 +1,10 @@ # OpenImage 更新日志 +## 2.2.8 + +1、修复超大图是旋转后的图片时加载错误问题 + +2、修复Glide加载旋转后的超大图片时内存溢出问题 ## 2.2.7 diff --git a/version.properties b/version.properties index e6c2a41..4a81031 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -#Thu Sep 19 15:29:34 CST 2024 -PROJ_VERSION=2.2.7 +#Mon Oct 21 15:25:44 CST 2024 +PROJ_VERSION=2.2.8