- ResourceImage::GetImageSize() needs privileges to media storage and external storage
Change-Id: I9179a2e651611875129f9c6d7ae50f8ba7da6efa
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* 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.
*/
* @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
*
* @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.