* @brief Called when transform is finished just before returning the output.
* @since_tizen 2.3
*
-* @remarks You must release the @a dst result using media_packet_destroy().
+* @remarks You must release the @a dst result using media_packet_destroy(). \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util transfrom
* @param[in, out] dst The result buffer of image util transform
* @brief Called when Image-util decoding is finished just before returning the output.
* @since_tizen 3.0
*
-* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback. \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util decoding
* #IMAGE_UTIL_ERROR_NONE Successful
* @brief Called when Image-util encoding is finished just before returning the output.
* @since_tizen 3.0
*
-* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback. \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util encoding
* #IMAGE_UTIL_ERROR_NONE Successful
* @brief Called when transform is finished just before returning the output.
* @since_tizen 2.3
*
-* @remarks You must release the @a dst result using media_packet_destroy().
+* @remarks You must release the @a dst result using media_packet_destroy(). \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util transfrom
* @param[in, out] dst The result buffer of image util transform
* @brief Called when Image-util decoding is finished just before returning the output.
* @since_tizen 3.0
*
-* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback. \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util decoding
* #IMAGE_UTIL_ERROR_NONE Successful
* @brief Called when Image-util encoding is finished just before returning the output.
* @since_tizen 3.0
*
-* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback. \n
+* The callback is called in a separate thread(not in the main loop).
*
* @param[in] error_code The error code of image util encoding
* #IMAGE_UTIL_ERROR_NONE Successful