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 tried out the new version, but this still doesn't work. (see my introductory posting)
this is due to the libjpeg which sets jpeg_color_space to JSC_YCbCr and out_color_space to JSC_RGB
jdapimin.c:
/* Guess the input colorspace, and set output colorspace accordingly. */
/* (Wish JPEG committee had provided a real way to specify this...) */
/* Note application may override our guesses. */
/* Always guess RGB is proper output colorspace. */
and imagemagick always uses out_color_space. Is there a posibility to get the other value (the actual colorspace)
If the original colorspace is available from the JPEG API we certainly could provide it. However, if the API returns RGB instead there is not much we can do. We'll investigate the problem further sometime this week.