Tool to extract PNG frames from Lottie animations using rlottie.
Go to file
ave 3cfb0478dd Makefile: use proper perms on install 2020-12-05 00:27:48 +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 Makefile: use proper perms on install 2020-12-05 00:27:48 +03:00
README.md Improve makefile and readme 2020-12-05 00:24:46 +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

You'll also need g++.

How to build and install

make

To install:

sudo make install

How to use

lfe mylottieanimation.json 420x420

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

Credit where it's due