Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neka-nat/wgimage
Imageprocessing library with WebGPU
https://github.com/neka-nat/wgimage
image-processing webgpu
Last synced: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-09T00:25:46.000Z (over 1 year ago)
- Last Synced: 2024-09-17T23:57:28.443Z (4 months ago)
- Topics: image-processing, webgpu
- Language: Rust
- Homepage:
- Size: 979 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wgimage
[![crates.io](https://img.shields.io/crates/v/wgimage.svg)](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
![original](examples/lenna.png)
### Grayscale
![grayscale](examples/lenna_grayscale.png)
### Gaussian blur
![gaussianblur](examples/lenna_gaussian_blur.png)
### Threshold
![threshold](examples/lenna_threshold.png)
## Reference
https://github.com/redwarp/filters