From 1e2ec68279aa12c7e9e4c687172ad85bbda32dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=9F=B1?= Date: Wed, 8 Nov 2023 09:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=5Fzh.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗柱 --- thirdparty/libvips/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/libvips/README_zh.md b/thirdparty/libvips/README_zh.md index 18156e90..84322506 100755 --- a/thirdparty/libvips/README_zh.md +++ b/thirdparty/libvips/README_zh.md @@ -4,7 +4,7 @@ libvips 是一个需求驱动的水平线程图像处理库。 ## 使用约束 - IDE版本:DevEco Studio 3.1 Release - SDK版本:ohos_sdk_public 4.0.8.1 (API Version 10 Release) -- 三方库版本:2.1.91 +- 三方库版本:v8.14.5 - 当前适配的功能:涵盖算术、直方图、卷积、形态操作、频率过滤、颜色等操作,支持多种图像格式,包括JPEG,,TIFF,PNG等。 ## 集成方式 -- Gitee