No description
Find a file
2024-04-10 17:41:51 +02:00
image-processor renames 2024-04-10 16:22:30 +02:00
src readme and page updated 2024-04-10 17:41:51 +02:00
.gitignore more ignores 2024-04-10 16:21:07 +02:00
index.html readme and page updated 2024-04-10 17:41:51 +02:00
package-lock.json wip assembling the puzzle pieces 2024-03-30 16:16:03 +01:00
package.json updated package.json 2024-04-10 16:20:18 +02:00
README.md readme and page updated 2024-04-10 17:41:51 +02:00
unsplash.png example 2024-04-10 16:39:59 +02:00
webpack.config.js renames 2024-04-10 16:22:30 +02:00

Spiegel image filter project

  • rust/webassembly for image processing
  • vanilla javascript for the user interface
  • no server (just static pages)

Live demo at https://shautvast.github.io/spiegel-demo/

  • Sorry for the poor performance, especially on larger images.
  • It uses the median image filter from image.rs. That in itself can be pretty slow. (Although the implementation uses a sliding window histogram, which I think is pretty nifty).
  • And on top of that, I created this custom flood fill algorithm, that instead of filling it with with a single color, looks up a sample from the Spiegel book (that has a corresponding color) and takes the pixels from that.

sample output sample