Add bmp2png utility. accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061323 accepted/tizen/7.0/unified/hotfix/20221116.110552 accepted/tizen/unified/20220707.133437 submit/tizen/20220706.044004 tizen_7.0_m2_release
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 1 Jul 2022 06:51:55 +0000 (15:51 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Jul 2022 04:38:49 +0000 (13:38 +0900)
commit0b5f29ab7e1a53348523fc384752b4530a4e28b6
tree9e64ef5460dcb8ae656490d8057752be5e2230de
parentd0a13d6ba72fe6de2bde91c3b7272122aa3be0d5
Add bmp2png utility.

SSAT API has bmp2png, which is supposed to be installed by
SSAT user.

However, this introduces circular dependency; thus,
it is refactored to have bmp2png in SSAT as a utility.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
README.md
debian/control
debian/rules
debian/ssat.install
packaging/ssat.spec
util/bmp2png.c [new file with mode: 0644]
util/meson.build [new file with mode: 0644]