*CMake managed version* Tool to extract PNG frames from Lottie animations using rlottie.
Go to file
wagneja4 56e8c5c64c add cmake 2021-09-21 12:11:45 +02:00
.gitignore add cmake 2021-09-21 12:10:21 +02:00
CMakeLists.txt add cmake 2021-09-21 12:11:45 +02: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