benchmarks comparing the rust image processing ecosystem
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f734349
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+## a series of benchmarks, comparing [imageproc](https://crates.io/crates/imageproc) and [fimg](https://crates.io/crates/fimg)
+
+![](./affine.svg)
+![](./resizing.svg)
+![](./drawing.svg)
+
+### how to run benchmarks
+
+step 1: unhew. `cargo install --git https://github.com/bend-n/hew && hew data.png data.imgbuf`
+step 2: run. `cargo bench` \ No newline at end of file