Code Refactoring: apply unified color format 52/169652/5 accepted/tizen/unified/20180214.144545 submit/tizen/20180212.075159
authorJiyong Min <jiyong.min@samsung.com>
Thu, 8 Feb 2018 06:34:05 +0000 (15:34 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Thu, 8 Feb 2018 07:45:17 +0000 (16:45 +0900)
commit5c74399a9ccd17b8208b7990fff8fabf4540f392
tree1f3ae259d7ea254391c66a839b36a122c93ee0a3
parentc291c3a4bbb6e98085c38c294fcf3de5f25a285c
Code Refactoring: apply unified color format

 - Add 'mmutil_common' library for using all
 - Replace color interface 'mmutil_imgp' to 'mmutil_common' library
 - Unify color formats
 - Remove unused replacement in spec file
 - Remove unused 'format' parameter of internal crop function

Change-Id: I308e484b90b958e870959214215c8f649b68e698
25 files changed:
CMakeLists.txt
bmp/include/mm_util_bmp.h
common/CMakeLists.txt [new file with mode: 0755]
common/include/mm_util_color_image.h [new file with mode: 0755]
common/include/mm_util_common.h [new file with mode: 0755]
common/include/mm_util_private.h
common/include/mm_util_type.h
common/mm_util_color_image.c [new file with mode: 0755]
common/mmutil-common.pc.in [new file with mode: 0755]
imgcv/test/mm_util_imgcv_testsuite.c
imgp/CMakeLists.txt
imgp/include/mm_util_imgp.h
imgp/include/mm_util_imgp_internal.h
imgp/mm_util_imgp.c
imgp/test/mm_util_imgp_testsuite.c
jpeg/CMakeLists.txt
jpeg/include/mm_util_jpeg.h
jpeg/mm_util_jpeg.c
jpeg/test/mm_util_jpeg_testsuite.c
magick/include/mm_util_magick.h
magick/mm_util_magick.c
magick/test/mm_util_magick_testsuite.c
packaging/libmm-utility.spec
png/include/mm_util_png.h
png/mm_util_png.c