From e56f6404ce9af6c7ea56071730e9118844bb559f Mon Sep 17 00:00:00 2001 From: liujin925760 Date: Mon, 30 Jun 2025 16:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=88=E5=88=A0=E9=99=A4=E5=AE=9E=E9=99=85=E4=B8=8A=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=8A=9B=E5=87=BA=E7=9A=84=E9=94=99=E8=AF=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liujin925760 --- .../arkts-apis-image-AuxiliaryPicture.md | 11 ---------- .../arkts-apis-image-ImagePacker.md | 2 -- .../arkts-apis-image-ImageSource.md | 22 ------------------- .../arkts-apis-image-Metadata.md | 9 -------- 4 files changed, 44 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md index 558270552a3..f1bffede94c 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-AuxiliaryPicture.md @@ -39,8 +39,6 @@ writePixelsFromBuffer(data: ArrayBuffer): Promise\ | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | **示例:** @@ -81,15 +79,6 @@ readPixelsToBuffer(): Promise\ | --------------------- | --------------------------------- | | Promise\ | Promise对象。返回辅助图像素数据。 | -**错误码:** - -以下错误码的详细介绍请参见[Image错误码](errorcode-image.md)。 - -| 错误码ID | 错误信息 | -| -------- | -------------------- | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | - **示例:** ```ts diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md index 03fde4d334a..bb9e010cac7 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImagePacker.md @@ -235,7 +235,6 @@ packToDataFromPixelmapSequence(pixelmapSequence: Array\, options: Pack | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7800201 | Unsupported packing options. | | 7800301 | Failed to encode image. | **示例:** @@ -677,7 +676,6 @@ packToFileFromPixelmapSequence(pixelmapSequence: Array\, fd: number, o | 错误码ID | 错误信息 | | -------- | ------------------------------------------------------------ | | 401 | Parameter error. Possible causes: 1.Mandatory parameters are left unspecified. 2.Incorrect parameter types. 3.Parameter verification failed. | -| 7800201 | Unsupported packing options. | | 7800301 | Failed to encode image. | **示例:** diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md index ba8c3a1f24a..a273f6806c0 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-ImageSource.md @@ -199,7 +199,6 @@ getImageProperty(key:PropertyKey, options?: ImagePropertyOptions): Promise\): Promise\ | ------- | --------------------------------------------| | 401 | Parameter error.Possible causes:1.Mandatory parameters are left unspecified;2.Incorrect parameter types;3.Parameter verification failed; | | 62980123| The image does not support EXIF decoding. | -| 62980133| The EXIF data is out of range. | | 62980135| The EXIF value is invalid. | | 62980146| The EXIF data failed to be written to the file. | @@ -804,14 +802,10 @@ createPixelMapList(options?: DecodingOptions): Promise> | 62980103| The image data is not supported. | | 62980106 | The image data is too large. This status code is thrown when an error occurs during the process of checking size. | | 62980109 | Failed to crop the image. | -| 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118| Failed to create the image plugin. | -| 62980122 | Failed to decode the image header. | | 62980137 | Invalid media operation. | | 62980173 | The DMA memory does not exist. | | 62980174 | The DMA memory data is abnormal. | @@ -865,14 +859,10 @@ createPixelMapList(callback: AsyncCallback>): void | 62980103 | The image data is not supported. | | 62980106 | The image data is too large. This status code is thrown when an error occurs during the process of checking size. | | 62980109 | Failed to crop the image. | -| 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118 | Failed to create the image plugin. | -| 62980122 | Failed to decode the image header. | | 62980137 | Invalid media operation. | | 62980173 | The DMA memory does not exist. | | 62980174 | The DMA memory data is abnormal. | @@ -921,14 +911,10 @@ createPixelMapList(options: DecodingOptions, callback: AsyncCallback>): void | 62980096| Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | | 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116| Failed to decode the image. | | 62980118| Failed to create the image plugin. | | 62980122| Failed to decode the image header. | -| 62980137 | Invalid media operation. | | 62980149 | Invalid MIME type for the image source. | **示例:** @@ -1154,13 +1137,10 @@ getDelayTimeList(): Promise> | 62980096 | Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | | 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | -| 62980112 | The image format does not match. | -| 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | | 62980115 | Invalid image parameter. | | 62980116 | Failed to decode the image. | | 62980118 | Failed to create the image plugin. | | 62980122 | Failed to decode the image header. | -| 62980137 | Invalid media operation. | | 62980149 | Invalid MIME type for the image source. | **示例:** @@ -1196,7 +1176,6 @@ getFrameCount(callback: AsyncCallback\): void | 错误码ID | 错误信息 | | ------- | --------------------------------------------| | 62980096| Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | -| 62980110| The image source data is incorrect. | | 62980111| The image source data is incomplete. | | 62980112| The image format does not match. | | 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | @@ -1241,7 +1220,6 @@ getFrameCount(): Promise\ | 错误码ID | 错误信息 | | ------- | --------------------------------------------| | 62980096 | Operation failed. Possible cause: 1.Image upload exception. 2. Decoding process exception. 3. Insufficient memory. | -| 62980110 | The image source data is incorrect. | | 62980111 | The image source data is incomplete. | | 62980112 | The image format does not match. | | 62980113| Unknown image format.The image data provided is not in a recognized or supported format, or it may be occorrupted. | diff --git a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md index 516d3d4d138..2ada10beaec 100644 --- a/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md +++ b/zh-cn/application-dev/reference/apis-image-kit/arkts-apis-image-Metadata.md @@ -191,15 +191,6 @@ clone(): Promise\ | --------------------------------- | --------------------------------- | | Promise\<[Metadata](arkts-apis-image-Metadata.md)> | Promise对象,成功返回元数据实例。 | -**错误码:** - -以下错误码的详细介绍请参见[Image错误码](errorcode-image.md)。 - -| 错误码ID | 错误信息 | -| -------- | -------------------- | -| 7600301 | Memory alloc failed. | -| 7600302 | Memory copy failed. | - **示例:** ```ts -- Gitee