Skip to content

A plugin used by StickerDownloader to convert TGS into GIF.

Notifications You must be signed in to change notification settings

rroy233/lottie2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lottie2gif

A plugin used by StickerDownloader to convert .tgs sticker into .gif file. Based on rlottie.

Requirement

  • cmake 3.3+
  • build-tools for c++ (linitke g++,Visual Studio)

Clone Project

git clone --recursive https://github.com/rroy233/lottie2gif.git

Build (Linux)

# create build folder
mkdir build
cd build/

# use cmake to create makefile
cmake ..

# build
make

# move executive to StickerDownloader
cd ..
mv output/lottie2gif path/to/StickerDownloader/lottie2gif/lottie2gif

Build (Windows)

# create build folder
mkdir build
cd build

# use cmake to create makefile
cmake ..

You can open lottie2gif.sln file using Visual Studio to build.

Find lottie2gif.exe and rlottie.dll, then move them into StickerDownloader/lottie2gif/ folder.

About

A plugin used by StickerDownloader to convert TGS into GIF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published