magick input.png -blur 0x8 output.png

Category: Media & Conversion

magick input.png -blur 0x8 output.png

Blur an image

Blurs the image with a Gaussian filter; 0x8 means radius 0 with sigma 8, and sigma controls the blur strength. Heavier sigma blurs more. Related: -sharpen 0x2 does the opposite.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.