Skip to content

Commit

Permalink
Add gifski to related work
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Jul 29, 2024
1 parent 16a4972 commit ced39a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ You can help by:

## Related work

- [cavif-rs](https://github.com/kornelski/cavif-rs): converter from PNG and JPEG to AVIF. Exposes more AVIF encoding knobs than we do.
Other memory-safe image processing tools include:

- [gifski](https://crates.io/crates/gifski): create efficient GIF animations with thousands of colors per frame
- [cavif-rs](https://github.com/kornelski/cavif-rs): converts images to AVIF. Can read PNG and JPEG.
- [oxipng]: Memory-safe PNG optimizer. Like `pngcrush`, but much faster thanks to multi-threading.
- [WUFFS](https://github.com/google/wuffs/): memory-safe image decoders that compile to C. No CLI interface or encoding support. If you cannot adopt Rust, at least use these.

0 comments on commit ced39a0

Please sign in to comment.