#web-gpu #computer-vision #image-processing #threshold #grayscale

wgimage

Rust implementation of image processing library with WebGPU

2 unstable releases

0.2.0 Jul 9, 2023
0.1.0 Jun 26, 2023

#37 in #web-gpu

27 downloads per month

MIT license

1MB
647 lines

wgimage

crates.io

WebGPU Image Processing Library.

Getting started

git clone https://github.com/neka-nat/wgimage.git
cargo run --release --example grayscale

Results

Original

original

Grayscale

grayscale

Gaussian blur

gaussianblur

Threshold

threshold

Reference

https://github.com/redwarp/filters

Dependencies

~15–50MB
~582K SLoC