Subject:


Message-Id: https://www.5snb.club/pages/distort/
Linked-From: Distortion

This is a box blur based on a broken implementation that I wrote for an image processing library. I like the effect so much that I kept it around, and here’s a JS implementation.

To download a file, you can right click, and download it from there. Or use the Download Image button.

This was mostly an experiment in image manipulation in javascript, as well as background processing using web workers. Anything broken? Let me know!

Note: To avoid Firefox requiring camera permissions, I’m not using accept=image/* on the file input. Distorting anything that can’t be loaded in an <img> tag won’t work, you’ll get an error popup.