Partial blur?

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
wasiliy

Partial blur?

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Partial blur?

Post 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
wasiliy

Re: Partial blur?

Post 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!
Post Reply