From: Jiyong Min Date: Mon, 7 Aug 2017 00:00:36 +0000 (+0900) Subject: [TNEXT-135] Update description for the animated gif X-Git-Tag: submit/tizen/20170810.034601^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37092c18a49c2b68e51fbe635592f7da2f61f340;p=platform%2Fcore%2Fapi%2Fimage-util.git [TNEXT-135] Update description for the animated gif Change-Id: Ieb5b750b80bc6d8fca79da4a3c7125a4f69276d4 Signed-off-by: Jiyong Min --- 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