#gif #lossy #encoder #encoding #ffi

bin+lib gifsicle

Bindings for gifsicle library. Supports lossy compression. GPL.

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 Oct 6, 2019

#29 in Multimedia

Download history 119/week @ 2024-09-17 148/week @ 2024-09-24 209/week @ 2024-10-01 184/week @ 2024-10-08 118/week @ 2024-10-15 189/week @ 2024-10-22 131/week @ 2024-10-29 84/week @ 2024-11-05 61/week @ 2024-11-12 143/week @ 2024-11-19 134/week @ 2024-11-26 118/week @ 2024-12-03 167/week @ 2024-12-10 80/week @ 2024-12-17 38/week @ 2024-12-24 44/week @ 2024-12-31

359 downloads per month
Used in libcaesium

Custom license

535KB
13K SLoC

C 13K SLoC // 0.1% comments Rust 384 SLoC // 0.0% comments

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.

Dependencies

~0.4–345KB