Page 1 of 1

Partial blur?

Posted: 2010-01-28T00:32:12-07:00
by wasiliy
When trying to blur an image getting result - all the image is blured. Tried to change radius parametr, but this not helps. In any way all image is blured.

How I can blur only specific region of the image? (for example 100x100+100+100)?
The way it will blur more at the center and less at the end of region.

Re: Partial blur?

Posted: 2010-01-28T10:47:34-07:00
by fmw42
see -region at http://www.imagemagick.org/script/comma ... php#region

but better is a new variable blur mapping technique, see http://www.imagemagick.org/Usage/mapping/#blur

also I have a bash unix script, variableblur see link below

Re: Partial blur?

Posted: 2010-01-29T04:18:28-07:00
by wasiliy
fmw42 wrote:see -region at http://www.imagemagick.org/script/comma ... php#region

but better is a new variable blur mapping technique, see http://www.imagemagick.org/Usage/mapping/#blur

also I have a bash unix script, variableblur see link below
Is there "region" possibility at PerlMagick? I think not very good to use command lines from perl when there is a PerlMagick extension, but I'm very sad that it is much less functional that ImageMagick at all :(

Btw: Thank you for such a big and interest collection of scripts. If there is the same collection for perl scripts - that would be awesome!