https://github.com/neka-nat/wgimage
Imageprocessing library with WebGPU
https://github.com/neka-nat/wgimage
image-processing webgpu
Last synced: 10 months ago
JSON representation
Imageprocessing library with WebGPU
- Host: GitHub
- URL: https://github.com/neka-nat/wgimage
- Owner: neka-nat
- Created: 2023-05-27T05:54:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T00:25:46.000Z (almost 3 years ago)
- Last Synced: 2025-07-30T06:50:15.827Z (11 months ago)
- Topics: image-processing, webgpu
- Language: Rust
- Homepage:
- Size: 979 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wgimage
[](https://crates.io/crates/wgimage)
WebGPU Image Processing Library.
## Getting started
```sh
git clone https://github.com/neka-nat/wgimage.git
cargo run --release --example grayscale
```
## Results
### Original

### Grayscale

### Gaussian blur

### Threshold

## Reference
https://github.com/redwarp/filters