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.
anthony wrote:I have said many times. -combine really needs a 'colorspace' argument. The only solution I can see for backward compatibility is to have a new option that does the same job but takes a colorspace argument.
Remember -seperate and -combine should only copy values as they are it should not modify the values.
The issue is not -colorspace before -combine, but why the need for -set colorspace before -combine when doing it the old way. I was under the impression that the first line
convert xc:black -colorspace CMYK
told IM that the colorspace is CMYK. So why do we need to put -set colorspace before each -copy. It should already know to treat them as CMYK from the first line.
One of the real problems is the CopyBlack does not copy from a grayscale image when no black channel exists!
That is it does not behave as CopyOpacity does, and use grayscale (or the intensity setting from non-greyscale) when the channel being copied does not actually exist.