[magick-users] blur part of image

John Hauf j at hauf.org
Mon Sep 22 12:47:07 PDT 2008


Thanks for the answer - it worked. Is it also possible to have diffuse
edges of a region?

duc.sequere.aut.de.via.decede at imagemagick.org wrote:
>> is it possible to blur only a part of an image with convert?
> 
> Try something similar to 
> 
>   convert logo: \( -region 100x100+220+200 -blur 5x2 \) logo.png
> 
> 


More information about the Magick-users mailing list