5 stable releases
1.95.0 | Jul 10, 2024 |
---|---|
1.94.0 | Oct 18, 2023 |
1.93.0 | Jan 22, 2023 |
1.92.5 | Mar 22, 2021 |
1.92.0 |
|
#25 in Multimedia
585 downloads per month
Used in libcaesium
535KB
13K
SLoC
Rust wrapper for gifsicle
This crate compiles gifsicle's C codebase and exposes it as an unsafe Rust library.
It can be used for lossy GIF compression, e.g. see gifski.
lib.rs
:
The methods are mostly undocumented. You will have to see the original C sources for clues.
See also gifski for example usage.