ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式

This commit is contained in:
Looly
2022-09-05 17:18:00 +08:00
parent 366a0e5c93
commit 8165bf9c82
3 changed files with 34 additions and 5 deletions

View File

@@ -25,6 +25,7 @@
* 【core 】 扩展LocalDateTimeUtil.isIn方法使用场景pr#2589@Github
* 【core 】 MapUtil增加根据entry分组pr#2591@Github
* 【core 】 优化 getProcessorCount 潜在的获取不到的问题pr#792@Gitee
* 【core 】 ImgUtil增加sliceByRowsAndCols重载方法支持自定义图片格式pr#793@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee