5 Commits

Author SHA1 Message Date
Hermet Park
682bf0c560 lottie2gif: support set background color as an extra argument.
If lottie contents were designed in white color, gif result is invisible.

we can generate gif with a specified bg color.

lottie2gif [lottieFileName]
lottie2gif [lottieFileName] [bgColor]

example:

lottie2gif sample.json         //white bg color in default.
lottie2gif sample.json ff0000  //red bg color
2019-05-29 17:46:43 +09:00
subhransu mohanty
8667453efa buildfix: make it build with c++11 2019-05-20 13:21:25 +09:00
subhransu mohanty
89a72b6e9c example:refactor to remove naked malloc and RAII warning 2019-05-20 13:11:53 +09:00
subhransu mohanty
1b4072dd0c added missing cmake file 2019-05-09 16:01:03 +09:00
subhransu mohanty
7d04fa9355 added lottie2gif converter for both cmake and meson build 2019-05-09 14:37:43 +09:00