Discussion:
heavily blur one fixed part of the image
T o n g
2010-10-05 03:53:00 UTC
Permalink
Hi,

Sorry if it's written somewhere. Please direct me to the info by which I
can heavily blur one fixed part of the image, say the lower-right
rectangular/oval corner.

I guess you've already known what I'm trying to do -- to me, for this
case, blur the corner out of shape is more important than preserving the
original content. That's why the "heavily blur" is in the subject.

Please help.

Thanks.
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
Anthony Thyssen
2010-10-05 05:53:00 UTC
Permalink
On Tue, 5 Oct 2010 03:53:00 +0000 (UTC)
magick-users-***@imagemagick.org wrote:
| Hi,
|
| Sorry if it's written somewhere. Please direct me to the info by which I
| can heavily blur one fixed part of the image, say the lower-right
| rectangular/oval corner.
|
| I guess you've already known what I'm trying to do -- to me, for this
| case, blur the corner out of shape is more important than preserving the
| original content. That's why the "heavily blur" is in the subject.
|
| Please help.
|
| Thanks.
|
See Variable Blur Mapping....

http://www.imagemagick.org/Usage/mapping/#blur

the very first example is like what you are requesting.


However if you are 'spam' removing you may like to look at
the script
http://www.imagemagick.org/Usage/scripts/#hole_fill_shepards

Basically you make the unwanted part transparnent than pass it though
this script to replace that part with the color of the edges of the hole.

This is similar to what is described in
Removing text and Logos -- filling in 'holes' in a photo
http://www.imagemagick.org/Usage/photos/#removing

But uses shepards method, rather than a direct blur.


Anthony Thyssen ( System Programmer ) <***@griffith.edu.au>
--------------------------------------------------------------------------
This is no time to argue about time... We don't have the time.
-- Deanna Troi -- StarTrek Movie "First Contact"
--------------------------------------------------------------------------
Anthony's Castle http://www.cit.griffith.edu.au/~anthony/
T o n g
2010-10-05 14:27:03 UTC
Permalink
However if you are 'spam' removing you may like to ...
Thanks a lot for your understanding and comprehensive reply.

cheers
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
Loading...