[TNEXT-135] Update description for the animated gif 33/142633/1 accepted/tizen/4.0/unified/20170828.223701 accepted/tizen/unified/20170811.021131 submit/tizen/20170810.034601 submit/tizen_4.0/20170828.100002
authorJiyong Min <jiyong.min@samsung.com>
Mon, 7 Aug 2017 00:00:36 +0000 (09:00 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 7 Aug 2017 00:01:58 +0000 (09:01 +0900)
Change-Id: Ieb5b750b80bc6d8fca79da4a3c7125a4f69276d4
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
doc/image_util_doc.h

index f63878e..318b168 100755 (executable)
@@ -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