[RESOLVED] possible bug -colorspace
Posted: 2014-03-12T15:28:22-07:00
Tested with IM 6855 to 6888 Mac OSX.
I may be misunderstanding about how -colorspace works. But this is not what I would expect. Please clarify if I misunderstand or if there is a bug.
When I do
there is no change of the image pixel data. Although PNG or any other format does not know about the HSL colorspace, it seems to me that it should have changed the pixel data and just labeled it sRGB.
But if I do
then the pixel data is properly changed.
What am I misunderstanding?
I may be misunderstanding about how -colorspace works. But this is not what I would expect. Please clarify if I misunderstand or if there is a bug.
When I do
Code: Select all
convert rose: -colorspace HSL rose_hsl.png
compare -metric rmse rose: rose_hsl.png null
0 (0)
But if I do
Code: Select all
convert rose: -colorspace HSL -separate -combine rose_hsl2.png
What am I misunderstanding?