wgimage 0.2.0

Rust implementation of image processing library with WebGPU.
Documentation

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