ImgUtil中颜色相关方法剥离到ColorUtil中

This commit is contained in:
Looly
2022-09-15 01:05:28 +08:00
parent 746c18fdf7
commit d1472f2bfe
5 changed files with 393 additions and 206 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 IdcardUtil增加convert18To15方法issue#I5QYCP@Gitee
* 【core 】 新增AnsiColors(改自Spring Boot)、AnsiColorWrapper优化QrCodeUtilpr#778@Gitee
* 【core 】 TemplateUtil的实现类增加getRawEngine方法issues#2530@Github
* 【core 】 ImgUtil中颜色相关方法剥离到ColorUtil中
### 🐞Bug修复
* 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题pr#2603@Github