首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
27
Star
194
Fork
132
OpenHarmony-TPC
/
ImageKnife
Fork 仓库
加载中
取消
确认
代码
Issues
53
Pull Requests
1
Wiki
0
统计
发行版
最新版
3.2.0-rc.6
db78e56
2024-12-09 16:24
对比
3.2.0-rc.6
王侦园
- Support LogUtil to turn off log - Support set network request readTimeout and connectTimeout through ImageKnifeOption
最后提交信息为:
!442
增加日志开关和网络请求超时参数
3.2.0-rc.5
6719e8a
2024-12-05 20:44
对比
3.2.0-rc.5
王侦园
- Enhance: ImageFit.Auto support adaptive height after component width change - Fix bug: call onLoadStart 2 times(import from 3.2.0-rc.0) - Change the initial value of the PixelMap component of ImageKnife to ImageContent EMPTY - Clear memory cache, cancel pixel map release - Loading process log modification - Change the network request readTimeout to 30s
最后提交信息为:
修改网络请求readTimeout和日志修改
3.2.0-rc.4
dac7731
2024-11-22 17:56
对比
3.2.0-rc.4
suyao
- Support ICO format images - Fix bugs: call reload problem in onLoadFailed - Provide default downsampling strategy to prevent slow loading for large images
最后提交信息为:
支持ico格式图片、修复错误回调无法执行reload和新增降采样默认值
3.2.0-rc.3
1ae2ce8
2024-11-15 18:12
对比
3.2.0-rc.3
王侦园
- Fix bug: PixelMap size exceeds the maximum value of memory cache and is not cached - Dealing with exception scenarios where imageSource.getImageInfo return undefined - Fix inability to parse Resource format images of other modules - Improve the error logs - Fix callback onLoadFailed when taskpool exception occurs - ImageKnife AnimatorComponent component adds rounded corner function
最后提交信息为:
ImageKnifeAnimatorComponent补充圆角功能
3.2.0-rc.2
b0661e8
2024-11-04 18:55
对比
3.2.0-rc.2
王侦园
- Added callback information for image loading - Added the interface for obtaining the upper limit and size of the current cache and the number of images corresponding to the current cache - HTTPS custom certificate verification - Add downsampling function to reduces memory cache consumption
最后提交信息为:
3.x分支新增降采样功能
3.2.0-rc.1
fd0394a
2024-10-28 18:53
对比
3.2.0-rc.1
王侦园
- Change the queue from Stack to Queue - ShowPixelMap callback PixelMap assigns value to Image component to synchronize
最后提交信息为:
排队队列改为Queue、showPixelMap回调改为同步
3.2.0-rc.0
9c0b4eb
2024-10-26 17:56
对比
3.2.0-rc.0
夏天
- Rollback the old version V1 decorator. V2 decorator will be provided in version 4.x - The sub-thread network request is changed to asynchronous, thereby increasing the number of concurrent sub-thread network requests - Set the concurrency through the setMaxRequests interface under the ImageKnife class - aboutToRecycle life cycle clear image content - Fixed bug for receive only the first onLoadStart for concurrent identical requests - Modify the condition for determining whether to queue to be greater than or equal to maxRequests
最后提交信息为:
1.修复并发相同请求,只收到第一个onLoadStart的bug
3.0.3
8dd224e
2024-10-25 11:02
对比
3.0.3
王侦园
- Released version 3.0.3
最后提交信息为:
修改CHANGELOG3.0.3正式版本
3.0.3-rc.0
cde0727
2024-10-12 09:42
对比
3.0.3-rc.0
王侦园
- Custom network method to add request header parameters
最后提交信息为:
自定义网络方法增加请求头参数
3.0.2
43dd3c5
2024-10-10 19:53
对比
3.0.2
王侦园
- Added new image reloading interface reload - Added return request preload interface preload - Added cancel request interface cancel
最后提交信息为:
样例国际化
3.0.2-rc.2
1787fff
2024-09-30 17:22
对比
3.0.2-rc.2
夏天
- ImageKnifeAnimatorComponent新增开始、结束、暂停的回调事件 - 文件缓存数量负数和超过INT最大值时默认为INT最大值 - 修复宽高不等svg图片显示有毛边 - 部分静态webp图片有delay属性导致识别成动图,改用getFrameCount识别 - 修复加载错误图后未去请求排队队列中的请求 - 子线程本地Resource参数类型转换成number - 修改使用hilog记录日志,默认打开debug级别的日志 - 解码pixelMap默认不可编辑,图形变化可编辑 - 修改网络请求超时设置 - 重构代码:抽取ImageKnifeDispatcher子线程requestJob相关代码到ImageKnifeLoader中,降低函数复杂度
最后提交信息为:
3.x分支xts引入文件报错修改
3.0.2-rc.1
ccd4455
2024-09-29 17:27
对比
3.0.2-rc.1
王侦园
- release打包关闭混淆
最后提交信息为:
!392
修改版本号3.0.2-rc.1
3.0.2-rc.0
6dcf284
2024-09-27 17:17
对比
3.0.2-rc.0
王侦园
- FileUtil.readFile接口和file格式图片同步关闭fd
最后提交信息为:
FileUtil.readFile接口和file格式图片同步关闭fd
3.1.1-rc.0
f7cef58
2024-09-27 15:02
对比
3.1.1-rc.0
王侦园
- 重构代码:抽取ImageKnifeDispatcher子线程requestJob相关代码到ImageKnifeLoader中,降低函数复杂度
最后提交信息为:
!388
适配国际化
3.1.0
0dd26b9
2024-09-06 12:15
对比
3.1.0
王侦园
- 部分静态webp图片有delay属性导致识别成动图,改用getFrameCount识别 - 修复加载错误图后未去请求排队队列中的请求 - 子线程本地Resource参数类型转换成number - 修改使用hilog记录日志,默认打开debug级别的日志 - file格式图片,fd同步close - 解码pixelMap默认不可编辑,图形变化可编辑 - 修改网络请求超时设置
最后提交信息为:
Revert "降采样"
3.1.0-rc.2
ad18fe6
2024-08-19 17:07
对比
3.1.0-rc.2
王侦园
- 修复宽高不等svg图片显示有毛边
最后提交信息为:
!366
修复宽高不等svg图片显示有毛边
3.1.0-rc.1
fa59e2b
2024-08-15 15:36
对比
3.1.0-rc.1
王侦园
- ImageKnifeAnimatorComponent新增开始、结束、暂停的回调事件 - 文件缓存数量负数和超过INT最大值时默认为INT最大值
最后提交信息为:
!365
修改README待实现特性
3.1.0-rc.0
dd0c64f
2024-08-07 18:47
对比
3.1.0-rc.0
王侦园
- ComponentV2装饰器适配 - imageKnifeOption={...}用法改为new ImageKnifeOption({...}) - animatorOption={...}用法改为new AnimatorOption({...})
最后提交信息为:
!359
修复xts报错:ImageKnifeOption用法变更
3.0.1
d7a14b8
2024-08-06 10:24
对比
3.0.1
王侦园
- 修复animatorOption属性设置初始化值失效 - 网络请求code为206、204时返回arraybuffer - ImageKnifeComponent显示非必要文件缓存初始化 - 修复webp静态图无法设置图形变换
最后提交信息为:
修复webp静态图无法设置图形变换
3.0.1-rc.2
4872cc6
2024-07-29 15:23
对比
3.0.1-rc.2
王侦园
- 修复自定义下载失败无失败回调 - 增加全局配置自定义下载接口 - 修复主图相同,错误图不同导致只显示一个错误图 - heic格式图片文件魔数从第五位开始匹配
最后提交信息为:
修复错误图显示以及heic格式匹配
下载
请输入验证码,防止盗链导致资源被占用
取消
下载