#gif #webp #convert #lottie

bin+lib lottieconv

Convert lottie files to WEBP or GIF

7 releases

0.3.0 Oct 14, 2023
0.2.3 Aug 27, 2023
0.2.2 Nov 4, 2022
0.2.1 Oct 7, 2022
0.1.2 Jul 16, 2022

#652 in Images

Download history 10/week @ 2024-01-15 2/week @ 2024-02-12 13/week @ 2024-02-19 29/week @ 2024-02-26 18/week @ 2024-03-04 11/week @ 2024-03-11 27/week @ 2024-03-18

90 downloads per month
Used in 3 crates (2 directly)

MIT license

32KB
716 lines

lottieconv lottieconv on crates.io lottieconv docs License: MIT

This crate can act both as a library to convert lottie files to either webp or gif files, as well as binaries to do the conversion.

lottie2gif

This requires the features clap and gif to be active.

Convert lottie files GIF

Usage: lottie2gif [OPTIONS] <lottieFileName> [bgColor]

Arguments:
  <lottieFileName>  The location of the lottie file
  [bgColor]         The background color in hexadecimal format [default: 0]

Options:
      --non-transparent  Disable background transparency
  -o, --out <output>     The output file
  -h, --help             Print help information

lottie2webp

This requires the features clap and webp to be active.

Convert lottie files WEBP

Usage: lottie2webp [OPTIONS] <lottieFileName>

Arguments:
  <lottieFileName>  The location of the lottie file

Options:
  -o, --out <output>  The output file
  -h, --help          Print help information

Dependencies

~0.4–4MB
~69K SLoC