unsharp gives strange result in CMYK mode
Posted: 2011-02-22T02:33:04-07:00
we use the unsharp mask feature for RGB images (Tif and Jpegs), and this works ok for us.
But now we have a bunch of images in CMYK modus which we don't want to colorconvert to other colorspace.
Just scale, change density and apply an unsharp
But the result while working with the CMYK images gives bad result, image colors are blurred.
ImageMagick version is 6.6.7-5 on OSX, but als tried it on a PC with version 6.6.5-9
command without changing size or resolution is
convert CMYKCLIP.tif -unsharp 4x1+4+0.5 unsharpcmyk.tif (source image is 600dpi)
see screenshot of result: 3 stages
left is source image (CMYK of RGB)
middle is result from RGB image
right is result from CMYK source
the only way to avoid this behaviour is to change the Sigma to zero, but then no unsharp masking is done.
did not find anything in documentation about not using -unsharp in cmyk mode
But now we have a bunch of images in CMYK modus which we don't want to colorconvert to other colorspace.
Just scale, change density and apply an unsharp
But the result while working with the CMYK images gives bad result, image colors are blurred.
ImageMagick version is 6.6.7-5 on OSX, but als tried it on a PC with version 6.6.5-9
command without changing size or resolution is
convert CMYKCLIP.tif -unsharp 4x1+4+0.5 unsharpcmyk.tif (source image is 600dpi)
see screenshot of result: 3 stages
left is source image (CMYK of RGB)
middle is result from RGB image
right is result from CMYK source
the only way to avoid this behaviour is to change the Sigma to zero, but then no unsharp masking is done.
did not find anything in documentation about not using -unsharp in cmyk mode