[magick-users] blur part of image
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Mon Sep 22 12:30:19 PDT 2008
> 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