Tool to extract PNG frames from Lottie animations using rlottie.
Go to file
ave 7f4b114fee LFE: Properly print out intro 2020-12-05 00:20:15 +03:00
.gitignore Initial commit 2020-12-05 00:02:42 +03:00
LICENSE Initial commit 2020-12-05 00:02:42 +03:00
Makefile Fix makefile 2020-12-04 21:19:17 +00:00
README.md Initial commit 2020-12-05 00:02:42 +03:00
lfe.cpp LFE: Properly print out intro 2020-12-05 00:20:15 +03:00
lodepng.cpp Initial commit 2020-12-05 00:02:42 +03:00
lodepng.h Initial commit 2020-12-05 00:02:42 +03:00

README.md

LFE

Tool to extract PNG frames from Lottie animations using rlottie.

Codebase is a mess. You've been warned.

Deps

How to build

make

You'll need g++.

How to use

./lfe mylottieanimation.json 420x420

This will extract all frames as PNG files in the working directory.

Credit where it's due