From d80a089b3d60699c0c263f127b343d6d90370576 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Thu, 17 Nov 2016 16:28:43 +0900 Subject: [PATCH 1/1] [3.0] Add Privilege doxygen tag to get storage image size - ResourceImage::GetImageSize() needs privileges to media storage and external storage Change-Id: I9179a2e651611875129f9c6d7ae50f8ba7da6efa Signed-off-by: Seoyeon Kim --- dali/public-api/images/resource-image.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dali/public-api/images/resource-image.h b/dali/public-api/images/resource-image.h index e74e30a..4e38872 100644 --- a/dali/public-api/images/resource-image.h +++ b/dali/public-api/images/resource-image.h @@ -78,6 +78,7 @@ public: * loops. * * @SINCE_1_0.0 + * @REMARK_STORAGE * @param [in] url The URL of the image file. * @return The width and height in pixels of the image. */ @@ -130,6 +131,7 @@ public: * @sa Dali::FittingMode::Type Dali::SamplingMode::Type * @SINCE_1_0.0 * @REMARK_INTERNET + * @REMARK_STORAGE * @param [in] url The URL of the image file to use. * @param [in] orientationCorrection Reorient the image to respect any orientation metadata in its header. * @return A handle to a newly allocated object @@ -141,6 +143,7 @@ public: * * @SINCE_1_0.0 * @REMARK_INTERNET + * @REMARK_STORAGE * @param [in] url The URL of the image file to use. * @param [in] size The width and height to fit the loaded image to. * @param [in] fittingMode The method used to fit the shape of the image before loading to the shape defined by the size parameter. -- 2.7.4