From 954aaa32f8d00c3845a37ad4c85629de96af8371 Mon Sep 17 00:00:00 2001 From: han_jin_fei <1970336264@qq.com> Date: Fri, 9 Jun 2023 19:40:11 +0800 Subject: [PATCH] update lcms2 info Signed-off-by: han_jin_fei <1970336264@qq.com> --- thirdparty/lcms2/README_zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thirdparty/lcms2/README_zh.md b/thirdparty/lcms2/README_zh.md index 5308597b..ffa0c711 100644 --- a/thirdparty/lcms2/README_zh.md +++ b/thirdparty/lcms2/README_zh.md @@ -1,11 +1,11 @@ # lcms2三方库说明 ## 功能简介 -lcms2是一个用于像素操作的低级软件库,提供图像合成和梯形光栅化等功能。 +Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms. ## 使用约束 - IDE版本:DevEco Studio 3.1 Beta2 - SDK版本:ohos_sdk_public 3.2.11.9 (API Version 9 Release) -- 三方库版本:0.42.2 -- 当前适配的功能:像素操作,图像合成,光栅化 +- 三方库版本:2.15 +- 当前适配的功能:颜色管理 - [ MIT license](https://sourceforge.net/projects/lcms) ## 集成方式 -- Gitee