X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fimage-loader%2Fsync-image-loader.h;h=c065664e53fcc6b3023b65f2219e829dc3113c4f;hp=1586218046c7b44dc5615ecc3525fd3e123ff93d;hb=a68dbe03813fd3db34c81f4e6960572e8882930b;hpb=928f30d2caf2775c5bcbfd84ceb4bf37ca29f020 diff --git a/dali-toolkit/public-api/image-loader/sync-image-loader.h b/dali-toolkit/public-api/image-loader/sync-image-loader.h index 1586218..c065664 100644 --- a/dali-toolkit/public-api/image-loader/sync-image-loader.h +++ b/dali-toolkit/public-api/image-loader/sync-image-loader.h @@ -56,6 +56,8 @@ namespace SyncImageLoader * orientationCorrection = true * * @SINCE_1_2_14 + * @REMARK_INTERNET + * @REMARK_STORAGE * * @param[in] url The URL of the image file to load. * @return A PixelData object containing the image, or an invalid object on failure. @@ -70,6 +72,8 @@ DALI_IMPORT_API PixelData Load( const std::string& url ); * orientationCorrection = true * * @SINCE_1_2_14 + * @REMARK_INTERNET + * @REMARK_STORAGE * * @param[in] url The URL of the image file to load. * @param[in] dimensions The width and height to fit the loaded image to. @@ -80,6 +84,8 @@ DALI_IMPORT_API PixelData Load( const std::string& url, ImageDimensions dimensio /** * @brief Load an image synchronously by specifying the target dimensions and options. * @SINCE_1_2_14 + * @REMARK_INTERNET + * @REMARK_STORAGE * * @param[in] url The URL of the image file to load. * @param[in] dimensions The width and height to fit the loaded image to.