"-colorspace RGB" broken
Posted: 2012-02-04T14:32:17-07:00
It seems that "-colorspace RGB" and "-colorspace sRGB" don't work anymore in the current binaries..?
Using IM v6.7.5-1 Q16, on Windows XP.
That means that operations can't be done in linear RGB space. But of course the 'regular to RGB' conversions aren't possible either with that version.
Examples:
convert logo: -colorspace CMYK -colorspace RGB logo2.jpg
convert logo: -colorspace YCbCr -colorspace RGB logo3.jpg
"-colorspace RGB" (and "-colorspace sRGB") change only the colorspace flag right now, but don't convert the pixel values (so they behave sorta like "-set colorspace RGB"/"-set colorspace sRGB").
Is this already known? I saw that Anthony wrote something about these new problems.
Besides, in the changelog for v6.7.5-1, I don't understand that line "Correct sRGB colorspace conversion equations.". (I don't have any problem in v6.7.5-0.)
Using IM v6.7.5-1 Q16, on Windows XP.
That means that operations can't be done in linear RGB space. But of course the 'regular to RGB' conversions aren't possible either with that version.
Examples:
convert logo: -colorspace CMYK -colorspace RGB logo2.jpg
convert logo: -colorspace YCbCr -colorspace RGB logo3.jpg
"-colorspace RGB" (and "-colorspace sRGB") change only the colorspace flag right now, but don't convert the pixel values (so they behave sorta like "-set colorspace RGB"/"-set colorspace sRGB").
Is this already known? I saw that Anthony wrote something about these new problems.
Besides, in the changelog for v6.7.5-1, I don't understand that line "Correct sRGB colorspace conversion equations.". (I don't have any problem in v6.7.5-0.)