Add Dali version for Dali::Toolkit::Image 74/236074/2
authorSeungho, Baek <sbsh.baek@samsung.com>
Fri, 12 Jun 2020 11:54:39 +0000 (20:54 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Fri, 12 Jun 2020 11:55:41 +0000 (20:55 +0900)
Change-Id: I7b55b7a8c3976e291ab807eed8d3345ee3818d40
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali-toolkit/public-api/image-loader/image.h

index 1cf2550..0faeee0 100644 (file)
@@ -40,6 +40,8 @@ namespace Image
 
 /**
  * @brief Generate a Url from frame buffer.
+ * @SINCE_1_5.15
+ *
  * This Url can be used in visuals to render the frame buffer.
  * @note Any color textures already attached in this freme buffer are not converted to the Url by this method.
  * This method does not check for duplicates, If same frame buffer is entered multiple times, a different URL is returned each time.
@@ -53,6 +55,8 @@ DALI_TOOLKIT_API std::string GenerateUrl( const Dali::FrameBuffer frameBuffer, P
 
 /**
  * @brief Generate a Url from frame buffer.
+ * @SINCE_1_5.15
+ *
  * This Url can be used in visuals to render the frame buffer.
  * @note Only an color texture already attached in this frame buffer can be convert to Url by this method.
  * This method does not check for duplicates, If same frame buffer is entered multiple times, a different URL is returned each time.
@@ -64,6 +68,8 @@ DALI_TOOLKIT_API std::string GenerateUrl( const Dali::FrameBuffer frameBuffer, u
 
 /**
  * @brief Generate a Url from Pixel data.
+ * @SINCE_1_5.15
+ *
  * This Url can be used in visuals to render the pixel data.
  * @note This method does not check for duplicates, If same pixel data is entered multiple times, a different URL is returned each time.
  * @param[in] pixelData the pixel data to converted to Url
@@ -73,6 +79,8 @@ DALI_TOOLKIT_API std::string GenerateUrl( const Dali::PixelData pixelData );
 
 /**
  * @brief Generate a Url from native image source.
+ * @SINCE_1_5.15
+ *
  * This Url can be used in visuals to render the native image source.
  * @note This method does not check for duplicates, If same native image source is entered multiple times, a different URL is returned each time.
  * @param[in] nativeImageSource the native image source to converted to Url