Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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