[MM-ImageUtil] Add base code for ImageUtil
authorDinesh Dwivedi <dinesh.d@samsung.com>
Wed, 22 Feb 2017 11:42:55 +0000 (17:12 +0530)
committerDinesh Dwivedi <dinesh.d@samsung.com>
Wed, 22 Feb 2017 11:42:55 +0000 (17:12 +0530)
commita5e5b9138e5407be1698819c02dccebaf7acf524
treed839276839eefccfadfd44673cceaadb13ed1334
parentb23692de2348c74314c04d212d8250b23c5ab058
[MM-ImageUtil] Add base code for ImageUtil

Change-Id: I2e3c20a29445d19029ce6aab1e94193e69e415b4
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
15 files changed:
src/Tizen.Multimedia/Interop/Interop.ImageUtil.Decode.cs [new file with mode: 0755]
src/Tizen.Multimedia/Interop/Interop.ImageUtil.Encode.cs [new file with mode: 0755]
src/Tizen.Multimedia/Interop/Interop.ImageUtil.Transform.cs [new file with mode: 0755]
src/Tizen.Multimedia/Interop/Interop.ImageUtil.cs [new file with mode: 0755]
src/Tizen.Multimedia/Interop/Interop.Libraries.cs
src/Tizen.Multimedia/Utility/ImageColorSpace.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageData.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageDecoder.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageEncoder.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageFormat.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageRotation.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageTransformer.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/ImageUtility.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/JpegDownscale.cs [new file with mode: 0755]
src/Tizen.Multimedia/Utility/PngCompressionLevel.cs [new file with mode: 0755]