benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index f734349..034f18b 100644
--- a/README.md
+++ b/README.md
@@ -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)
![](./affine.svg)
![](./resizing.svg)
![](./drawing.svg)
+![](./blur.svg)
### 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