Replace BMP decoder from libnsbmp to GraphicsMagick 80/227980/9
authorjiyong.min <jiyong.min@samsung.com>
Wed, 18 Mar 2020 00:53:45 +0000 (09:53 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Mon, 23 Mar 2020 02:35:11 +0000 (11:35 +0900)
commit2e9f69dbf778f2a798aa63859481aa507df6c6e2
treea138d6db9f71787ca9b3c79e6f5c60f106963f0d
parent72c5e88c04c5b86602c6539ad52ed5adbb8b1e67
Replace BMP decoder from libnsbmp to GraphicsMagick

  - There are two open sources that have same BMP decoder, Libnsbmp and
    GraphicsMagick. Libnsbmp is only used for decoding BMP of libmm-utility.
    Libnsbmp can be removed from the build after replacing it.

  - Libnsbmp dependency
    https://github.sec.samsung.net/pages/oslim/dash/dependency_checker/tizen60_common/libnsbmp.svg

Change-Id: I644c7ecb23724f67c1a82602aa09b71e2f8d2932
bmp/CMakeLists.txt [changed mode: 0755->0644]
bmp/mm_util_bmp.c [changed mode: 0755->0644]
magick/include/mm_util_magick.h [changed mode: 0755->0644]
magick/mm_util_magick.c
packaging/libmm-utility.spec [changed mode: 0755->0644]