Doxygen update(Image Class)
authorJungYumin <y_m.jung@samsung.com>
Thu, 11 Apr 2013 00:21:40 +0000 (09:21 +0900)
committerJungYumin <y_m.jung@samsung.com>
Thu, 11 Apr 2013 00:21:40 +0000 (09:21 +0900)
Change-Id: Ifcfecfd9cdb2366c45bd1be565c87e6401950345
Signed-off-by: JungYumin <y_m.jung@samsung.com>
inc/FMediaImage.h

index 8f1f669..7c440cb 100644 (file)
@@ -41,7 +41,7 @@ namespace Tizen { namespace Media
  * @since      2.0
  * @remarks The minimum dimension is 16x16 for JPEG encoding and 8x8 for PNG encoding.
  *
- * The %Image class is used for handling images, including image decoding, encoding, conversion, and JPEG compression. @n
+ * The %Image class is used for handling images, including image decoding, encoding, and conversion. @n
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/media/viewing_processing_still_images.htm">Viewing and Processing Still Images</a>. @n
  * The following example demonstrates how to use the %Image class for image decoding and encoding.