From 70200da2492e03eb937dbab28628c3a5e0ce4e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=9D=99=E8=8C=B9?= Date: Wed, 30 Aug 2023 04:48:40 +0000 Subject: [PATCH] update zh-cn/application-dev/media/image-tool.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱静茹 --- zh-cn/application-dev/media/image-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/media/image-tool.md b/zh-cn/application-dev/media/image-tool.md index e628d615f3..8af2738650 100644 --- a/zh-cn/application-dev/media/image-tool.md +++ b/zh-cn/application-dev/media/image-tool.md @@ -27,7 +27,7 @@ EXIF信息的读取与编辑相关API的详细介绍请参见[API参考](../refe ```ts // 读取EXIF信息,BitsPerSample为每个像素比特数 - imageSource.getImageProperty('BitsPerSample', (error : void, data : BitsPerSample) => { + imageSource.getImageProperty('BitsPerSample', (error, data : GetImagePropertyOptions) => { if (error) { console.error('Failed to get the value of the specified attribute key of the image.And the error is: ' + error); } else { -- GitLab