Add new description for getting encoded bmp to buffer 48/134048/5 accepted/tizen/unified/20170630.083139 submit/tizen/20170619.073630 submit/tizen/20170704.061553 submit/tizen/20170705.022621 submit/tizen/20170711.024444
authorJiyong Min <jiyong.min@samsung.com>
Wed, 14 Jun 2017 09:40:47 +0000 (18:40 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 19 Jun 2017 07:04:58 +0000 (07:04 +0000)
Change-Id: Iaf1b8793fb455144bac74209c5d9aa561d52e1bb
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
include/image_util.h

index 34461a6..7ede6ff 100755 (executable)
@@ -1228,7 +1228,8 @@ int image_util_encode_set_output_path(image_util_encode_h handle, const char *pa
 *
 * @remarks One of image_util_encode_set_output_path() or image_util_encode_set_output_buffer() should be set.\n
 *          If both are set then the latest output set is considered.\n
-*          Output buffer setting is not supported for bmp. IMAGE_UTIL_ERROR_NOT_SUPPORTED_FORMAT will be returned for bmp.\n
+*          Before 4.0, output buffer setting is not supported for bmp. IMAGE_UTIL_ERROR_NOT_SUPPORTED_FORMAT will be returned for bmp.\n
+*          Since 4.0, output buffer setting has been supported for bmp. Applications can set the output buffer to write encoded bmp.\n
 *          In case of gif encoding, the output buffer will be completely available only after image_util_encode_destroy().
 *
 * @param[in] handle The handle to image util encoding