benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,10 +1,19 @@ -## a series of benchmarks, comparing [imageproc](https://crates.io/crates/imageproc) and [fimg](https://crates.io/crates/fimg) +## a series of benchmarks, comparing different image processing crates + +including: +- [fimg](https://crates.io/crates/fimg) +- [imageproc](https://crates.io/crates/imageproc) +- [image](https://crates.io/crates/image) +- [blud](https://crates.io/crates/blud) +- [blurslice](https://crates.io/crates/blurslice) +- [resize](https://crates.io/crates/resize)    + ### how to run benchmarks -step 1: unhew. `cargo install --git https://github.com/bend-n/hew && hew data.png data.imgbuf` +step 1: unhew. `cargo install --git https://github.com/bend-n/hew && hew data.png data.imgbuf && hew small_data.png small_data.imgbuf` step 2: run. `cargo bench`
\ No newline at end of file |