wiwichips / imgprobox

🎨 Image Processing Toolbox in the browser using Rust + WASM + React https://wiwichips.github.io/imgprobox/
https://wiwichips.github.io/imgprobox/
25 stars 2 forks source link

Speedup filtering #8

Open wiwichips opened 1 year ago

wiwichips commented 1 year ago

Filtering is very slow but there are a number of ways to speed it up

One way would be to only compare diffs of filters when traversing pixels in an image...


Also, just more generally I don't like my implementation of filters and think it would be redesigned