Incandescent-Turtle / image-blurrer

a tool to blur an image. inefficient currently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Blurer

Place this file in the same folder as the image you want blurred, and name the image img.jpg.
The output will be in blurred.jpg.
Increase the value of r on line 27 to make it more blurry.


Original Image:

unblurred image

Blurred Image:

blurred image


Suggestions to Improve Speed

  • add multithreading
  • average color mustnt be completely re-calculated for each pixel. Only the neighbouring pixels that differ need to be re-calculated

About

a tool to blur an image. inefficient currently


Languages

Language:Java 100.0%