From: Jiyong Min Date: Wed, 14 Jun 2017 09:40:47 +0000 (+0900) Subject: Add new description for getting encoded bmp to buffer X-Git-Tag: submit/tizen/20170619.073630^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e2af2a3159c6be61443ceb20f166b1b74161116;p=platform%2Fcore%2Fapi%2Fimage-util.git Add new description for getting encoded bmp to buffer Change-Id: Iaf1b8793fb455144bac74209c5d9aa561d52e1bb Signed-off-by: Jiyong Min --- diff --git a/include/image_util.h b/include/image_util.h index 34461a6..7ede6ff 100755 --- a/include/image_util.h +++ b/include/image_util.h @@ -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