lottieconv

Crates.iolottieconv
lib.rslottieconv
version0.3.0
sourcesrc
created_at2022-07-13 14:34:11.289571
updated_at2023-10-14 12:49:11.493682
descriptionConvert lottie files to WEBP or GIF
homepage
repositoryhttps://github.com/msrd0/rlottie-rs
max_upload_size
id625101
size31,747
(msrd0)

documentation

README

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

Commit count: 118

cargo fmt