From f7ab723243340e4812c8706314c182a75e11542f Mon Sep 17 00:00:00 2001 From: caochuan Date: Mon, 29 Apr 2024 15:48:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fixed=200ac4429=20from=20https://gitee.com/?= =?UTF-8?q?can-xia/interface=5Fsdk=5Fc/pulls/698=20fixed=202dda5c6=20from?= =?UTF-8?q?=20https://gitee.com/can-xia/interface=5Fsdk=5Fc/pulls/608=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96gif=E5=9B=BE=E7=89=87=E7=9A=84=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caochuan --- multimedia/image_framework/include/image/image_common.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/multimedia/image_framework/include/image/image_common.h b/multimedia/image_framework/include/image/image_common.h index a567e46151c..0b3efd1a71d 100644 --- a/multimedia/image_framework/include/image/image_common.h +++ b/multimedia/image_framework/include/image/image_common.h @@ -1258,6 +1258,15 @@ static const char *OHOS_IMAGE_PROPERTY_SCENE_POINTER = "HwMnoteScenePointer"; * @since 12 */ static const char *OHOS_IMAGE_PROPERTY_SCENE_VERSION = "HwMnoteSceneVersion"; + +/** + * @brief Gif Loop Count + * It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}. + * If infinite loop returns 0, other values represent the number of loops + * + * @since 12 + */ +static const char *OHOS_IMAGE_PROPERTY_GIF_LOOP_COUNT = "GIFLoopCount"; #ifdef __cplusplus }; #endif -- Gitee From 4e40bdd90365595ead2f6676d4adeb598665f564 Mon Sep 17 00:00:00 2001 From: Can Xia Date: Mon, 3 Jun 2024 10:32:08 +0000 Subject: [PATCH 2/2] update multimedia/image_framework/include/image/image_common.h. Signed-off-by: Can Xia --- multimedia/image_framework/include/image/image_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/image_framework/include/image/image_common.h b/multimedia/image_framework/include/image/image_common.h index 0b3efd1a71d..c60eac8b37a 100644 --- a/multimedia/image_framework/include/image/image_common.h +++ b/multimedia/image_framework/include/image/image_common.h @@ -1261,7 +1261,7 @@ static const char *OHOS_IMAGE_PROPERTY_SCENE_VERSION = "HwMnoteSceneVersion"; /** * @brief Gif Loop Count - * It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}. + * It is used in {@link OH_ImageSource_GetImageProperty}. * If infinite loop returns 0, other values represent the number of loops * * @since 12 -- Gitee