From: Jiyong Min Date: Mon, 15 May 2017 00:53:27 +0000 (+0900) Subject: [TNEXT-135] add animated-gif for supported format on doc X-Git-Tag: submit/tizen/20170515.054540^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93f28a607dfec3b09ae52cfa6c57e239f145ae1f;p=platform%2Fcore%2Fapi%2Fimage-util.git [TNEXT-135] add animated-gif for supported format on doc Change-Id: I7157277d69ee6eb3fca1150fdfff6bbb209aecec Signed-off-by: Jiyong Min --- diff --git a/doc/image_util_doc.h b/doc/image_util_doc.h index a1c6f77..f63878e 100755 --- a/doc/image_util_doc.h +++ b/doc/image_util_doc.h @@ -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