java - How do I blur an image? -
I am trying to implement a blurring mechanic on a Java game. How do I create a blur effect on runtime?
About / Google "Convolution Filter" Read, this is based on the values of pixels around it But the method of changing a pixel value on the other, apart from blurred, you can also sharpen the image and line-search.
Comments
Post a Comment