Mobile app version of vmapp.org
Login or Join
Margaret771

: Tool that will do a circular blur/convolution I'm primarily a gimp user, but I want something to blur an image similarly to the way a lens would blur an out of focus background. AFAIK this

@Margaret771

Posted in: #Blur #Gimp

I'm primarily a gimp user, but I want something to blur an image similarly to the way a lens would blur an out of focus background. AFAIK this is essentially a circular blur/convolution (assuming circular aperture and ignoring diffraction).

The operation is very straight forward, but I've been searching for a while and the only thing I can come up with is ImageMagick:

convert image.png -define convolve:scale=! -morphology Convolve Disk:20 blurred-image.png


This is great for automating tasks, but is rather cumbersome with trial and error edits. I'd also like an alternative just to double check results. Does anyone know of a tool that does circular blur?

If someone with rep could add more tags, please do: convolution, depth-of-field

[EDIT]
An example...







Custom convolutions give quite a small matrix (for example nothing close to 30x30) and I can't be bothered typing in weights. I'm also very much a fan of live previews with easy adjustments.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret771

2 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn212

The Focus Blur GIMP plug-in does exactly this:



If you're using Debian / Ubuntu Linux, you can get this and a whole bunch of other useful GIMP plugins (including the totally awesome Resynthesizer) by installing the gimp-plugin-registry package.

10% popularity Vote Up Vote Down


 

@Heady304

Quite a versatile tool to generate a circular blur comes from the GREY's Magic for Image Computing (G'MIC) plugin for Gimp.

After installation we have access to this tool through G'MIC > Degradations > Blur [depth-of-field] with many convenient settings to control the blur effect:

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme