未验证 提交 70200da2 编写于 作者: 朱静茹 提交者: Gitee

update zh-cn/application-dev/media/image-tool.md.

Signed-off-by: N朱静茹 <zhujingru2@huawei.com>
上级 e0f7c94a
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册