From 37092c18a49c2b68e51fbe635592f7da2f61f340 Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Mon, 7 Aug 2017 09:00:36 +0900 Subject: [PATCH] [TNEXT-135] Update description for the animated gif Change-Id: Ieb5b750b80bc6d8fca79da4a3c7125a4f69276d4 Signed-off-by: Jiyong Min --- doc/image_util_doc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/image_util_doc.h b/doc/image_util_doc.h index f63878e..318b168 100755 --- a/doc/image_util_doc.h +++ b/doc/image_util_doc.h @@ -71,8 +71,9 @@ * @section CAPI_MEDIA_IMAGE_UTIL_MODULE_ENCODE_DECODE_OVERVIEW Overview * * Image Util API provides support for encoding and decoding of images. The API allows : - *- Encoding of a JPEG/PNG/GIF/BMP/Animated Gif image. + *- Encoding of a JPEG/PNG/GIF/BMP image. *- Decoding of a JPEG/PNG/GIF/BMP image. + * Encoding supports gif images including the animated, but decoding gif does not support the animated. * * The decoding of a jpeg/png/gif/bmp image located at a given path, to a buffer can be done by calling #image_util_decode_run() function and decoding of a jpeg image on memory * can be done by calling #image_util_decode_set_output_buffer(). Similarly, for encoding #image_util_encode_run() and #image_util_encode_set_output_buffer() functions can be called -- 2.7.4