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 am having difficulty preserving a color image after appending a bilevel image with two color images (only when the bilevel image is first in the list). What am I doing wrong or is this a bug?
Hello. I will bump this thread to report this bug still exist (partially at least) in IM 6.9.5 Edit: not sure if it's same bug, but looks similar to me.
I want to merge 24-bit color "color.jpg" and 8-bit grayscale "gray.jpg" into single image.
try reading the input images before the +append followed by the output image. The proper IM 6 syntax is to read the inputs, then the settings, then the operators, then the output. See http://www.imagemagick.org/Usage/basics/#why
But I think it is still a bug. One should not have to force type=truecolor. It should use the highest color depth automatically, in my opinion. However, often IM will take the settings from the first image in the sequence. But if it works automatically for PNG, TIFF, then it should also do so for JPG (my opinion).