Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
i did some experiments manipulating images in the CMYK space, and came upon the following:
convert logo: -colorspace CMYK -channel CMY -blur 0x10 test.png
this works as expected, producing an image where the colors are blured but black is not
convert logo: -colorspace CMYK -channel K -blur 0x10 test.png
This does not work (produces no output and no error)
Althought strangely it does work with some images, but with incorrect output convert lena.jpg -colorspace CMYK -channel K -blur 0x20 test.png -->