wgimage

Crates.iowgimage
lib.rswgimage
version0.2.0
sourcesrc
created_at2023-06-26 14:06:22.991154
updated_at2023-07-09 00:24:32.518375
descriptionRust implementation of image processing library with WebGPU.
homepagehttps://github.com/neka-nat/wgimage
repositoryhttps://github.com/neka-nat/wgimage
max_upload_size
id900359
size1,389,527
Shirokuma (k tanaka) (neka-nat)

documentation

http://neka-nat.github.io/wgimage/wgimage/

README

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

Commit count: 6

cargo fmt