* @since_tizen 5.5
*
* @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n
-* The only supported colorspace for BMP, GIf and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
+* The only supported colorspace for BMP, GIF and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
* To get supported colorspaces for JPEG format, you can use image_util_foreach_supported_colorspace().\n
* http://tizen.org/privilege/mediastorage is required if @a file_path value is media storage.\n
* http://tizen.org/privilege/externalstorage is required if @a file_path value is external storage.
*
* @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n
* The @a buffer should be released using free().\n
-* The only supported colorspace for BMP, GIf and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
+* The only supported colorspace for BMP, GIF and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
* To get supported colorspaces for JPEG format, you can use image_util_foreach_supported_colorspace().
*
* @param[in] handle The handle of image util encoding
* @since_tizen 5.5
*
* @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n
-* The only supported colorspace for BMP, GIf and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
+* The only supported colorspace for BMP, GIF and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
* To get supported colorspaces for JPEG format, you can use image_util_foreach_supported_colorspace().\n
* http://tizen.org/privilege/mediastorage is required if @a file_path value is media storage.\n
* http://tizen.org/privilege/externalstorage is required if @a file_path value is external storage.
* @since_tizen 5.5
*
* @remarks If any functions at the pre-condition are not called first, #IMAGE_UTIL_ERROR_INVALID_PARAMETER is returned.\n
-* The only supported colorspace for BMP, GIf and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
+* The only supported colorspace for BMP, GIF and PNG is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
* To get supported colorspaces for JPEG format, you can use image_util_foreach_supported_colorspace().
*
* @param[in] handle The handle of image util encoding
* @brief Encodes an image and adds the encoded image to the frames of the animated GIF.
* @since_tizen 5.5
*
-* @remarks This function should be called for each @a image which you want to add to the animated GIF. Eeach @a image should be the same size.\n
+* @remarks This function should be called for each @a image which you want to add to the animated GIF. Each @a image should be the same size.\n
* The supported colorspace is #IMAGE_UTIL_COLORSPACE_RGBA8888.\n
* You should call image_util_agif_encode_save_to_file() or image_util_agif_encode_save_to_buffer() to save the animated GIF.\n
* If you call this function after image_util_agif_encode_save_to_file() or image_util_agif_encode_save_to_buffer() function is called,