Add new function _check_colorspace() and Bug fix of checking supported colorspace... 40/238640/2 accepted/tizen/unified/20200722.014856 submit/tizen/20200721.001655
authorhj kim <backto.kim@samsung.com>
Thu, 16 Jul 2020 03:59:22 +0000 (12:59 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 16 Jul 2020 03:59:37 +0000 (12:59 +0900)
commitc3853d979db385f01b6057e1e7a65b2dec3076d0
tree1ee8cd2298aed820dbc884ea572fdf5148c1173f
parent0e7ab25a8d06889a7db36d16f17c065d07816460
Add new function _check_colorspace() and Bug fix of checking supported colorspace when encoding and decoding

image-util supports only a few specific colorspace when encoding and decoding.
So before doing that, each functions should check colorspace.
but some new encoding functions didn't check it. so fix them.

Change-Id: I468c254521ada7c8bd7e97221dbeef3238036dff
include/image_util_private.h
src/image_util_decode.c
src/image_util_encode.c
src/image_util_private.c