How to blur/pixelate part of an image using ImageMagick?
问题 I am using Perl and ImageMagick (Perl-API). In a first step i would like to take a rectangle of an image and blur this part of the image. Desired result is the original image with the rectangle blured. In a second step i need to blur a part of an image with a turned rectangle (i.e. turned by 35%). How can i achieve this? 回答1: As you asked for PerlMagick, I pulled my last few remaining hairs out to try and do this in Perl... the files 1.png , 2.png and 3.png are purely for debug so you can see