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