An open API service indexing awesome lists of open source software.

https://github.com/bend-n/imenchmark

benchmarks comparing the rust image processing ecosystem
https://github.com/bend-n/imenchmark

benchmarks image-processing rust

Last synced: about 1 month ago
JSON representation

benchmarks comparing the rust image processing ecosystem

Awesome Lists containing this project

README

        

## 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)
- [opencv](https://crates.io/crates/opencv)

![](./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 && hew small_data.png small_data.imgbuf`
step 2: run. `cargo bench`