Skip to content

Commit

Permalink
Shuffle related work around
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Jul 29, 2024
1 parent ced39a0 commit d50232e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can help by:

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.
- [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.
- [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.
- [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.

0 comments on commit d50232e

Please sign in to comment.