-colorspace CMYK -blur fails silently
Posted: 2009-08-20T16:49:20-07:00
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
-->
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
-->