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

wgimage

基于WebGPU的图像处理库的Rust实现

2个不稳定版本

0.2.0 2023年7月9日
0.1.0 2023年6月26日

#39 in #web-gpu

MIT许可证

1MB
647

wgimage

crates.io

WebGPU图像处理库。

入门指南

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

结果

原始

original

灰度

grayscale

高斯模糊

gaussianblur

阈值

threshold

参考

https://github.com/redwarp/filters

依赖项

~15–47MB
~567K SLoC