Hermet Park
|
9752644220
|
gif: support transparent gif animation
if no background is set, gif will generate transparent version.
Issue: https://github.com/thorvg/thorvg/issues/1769
|
2023-11-15 23:51:33 +09:00 |
|
Hermet Park
|
2d2a8a7df8
|
tools/lottie2gif: support background color setting.
A white background will be set by default.
Usage:
$lottie2gif test.lottie -b ff0000 //red background color
|
2023-11-14 10:47:52 +09:00 |
|
Hermet Park
|
2f8c920654
|
gif: corrected the wrong aspect ratio scaling.
|
2023-11-06 20:18:13 +09:00 |
|
Hermet Park
|
024e879ee6
|
tools/lottie2gif: introduce a new converter tool.
Usage:
lottie2gif [Lottie file] or [Lottie folder] [-r resolution] [-f fps]
Examples:
$ lottie2gif input.json
$ lottie2gif input.json -f 30
$ lottie2gif input.json -r 600x600 -f 30
$ lottie2gif lottiefolder
$ lottie2gif lottiefolder -r 600x600
$ lottie2gif lottiefolder -r 600x600 -f 30
|
2023-11-03 17:19:05 +09:00 |
|