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?