*CMake managed version* Tool to extract PNG frames from Lottie animations using rlottie.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wagneja4 56e8c5c64c add cmake 2 years ago
.gitignore add cmake 2 years ago
CMakeLists.txt add cmake 2 years ago
LICENSE Initial commit 3 years ago
Makefile Makefile: use proper perms on install 3 years ago
README.md Improve makefile and readme 3 years ago
lfe.cpp LFE: Properly print out intro 3 years ago
lodepng.cpp Initial commit 3 years ago
lodepng.h Initial commit 3 years ago

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