未验证 提交 8e66106f 编写于 作者: 刘关鹏 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-image.md.

Signed-off-by: N刘关鹏 <liuguanpeng1@huawei.com>
上级 faabc220
...@@ -82,7 +82,7 @@ image.createPixelMap(color, opts, (error : BusinessError, pixelmap : image.Pixel ...@@ -82,7 +82,7 @@ image.createPixelMap(color, opts, (error : BusinessError, pixelmap : image.Pixel
图像像素类,用于读取或写入图像数据以及获取图像信息。在调用PixelMap的方法前,需要先通过createPixelMap创建一个PixelMap实例。目前pixelmap序列化大小最大128MB,超过会送显失败。大小计算方式为(宽\*\*每像素占用字节数)。 图像像素类,用于读取或写入图像数据以及获取图像信息。在调用PixelMap的方法前,需要先通过createPixelMap创建一个PixelMap实例。目前pixelmap序列化大小最大128MB,超过会送显失败。大小计算方式为(宽\*\*每像素占用字节数)。
### 属性 ### 属性
**系统能力:** SystemCapability.Multimedia.Image.Core **系统能力:** SystemCapability.Multimedia.Image.Core
...@@ -1444,7 +1444,7 @@ getImageProperty(key:string, options?: GetImagePropertyOptions): Promise\<string ...@@ -1444,7 +1444,7 @@ getImageProperty(key:string, options?: GetImagePropertyOptions): Promise\<string
**系统能力:** SystemCapability.Multimedia.Image.ImageSource **系统能力:** SystemCapability.Multimedia.Image.ImageSource
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| ------- | ---------------------------------------------------- | ---- | ------------------------------------ | | ------- | ---------------------------------------------------- | ---- | ------------------------------------ |
...@@ -1474,7 +1474,7 @@ getImageProperty(key:string, callback: AsyncCallback\<string>): void ...@@ -1474,7 +1474,7 @@ getImageProperty(key:string, callback: AsyncCallback\<string>): void
**系统能力:** SystemCapability.Multimedia.Image.ImageSource **系统能力:** SystemCapability.Multimedia.Image.ImageSource
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | ---------------------- | ---- | ------------------------------------------------------------ | | -------- | ---------------------- | ---- | ------------------------------------------------------------ |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册