[TNEXT-135] add animated-gif for supported format on doc 76/129076/1 accepted/tizen/unified/20170515.074703 submit/tizen/20170515.054540 tizen_4.0.m1_release
authorJiyong Min <jiyong.min@samsung.com>
Mon, 15 May 2017 00:53:27 +0000 (09:53 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 15 May 2017 00:56:24 +0000 (09:56 +0900)
Change-Id: I7157277d69ee6eb3fca1150fdfff6bbb209aecec
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
doc/image_util_doc.h

index a1c6f77..f63878e 100755 (executable)
@@ -71,8 +71,8 @@
  * @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/Decoding of a JPEG/PNG/GIF/BMP image.
- *- Encoding/Decoding of a JPEG/PNG/GIF/BMP image to/from memory.
+ *- Encoding of a JPEG/PNG/GIF/BMP/Animated Gif image.
+ *- Decoding of a JPEG/PNG/GIF/BMP image.
  *
  * 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