cylindrical color spaces
Posted: 2014-01-13T06:11:06-07:00
Are the cylindrical color spaces (HSV/HSB, HSL, HSI, HWB, HCL) inherently sRGB-based? I have always thought of them as mathematical constructs that could be applied to any RGB colorspace, but I discovered that ImageMagick implicitly expands
convert hald:10 -set colorspace RGB -colorspace HSL ...
to
convert hald:10 -set colorspace RGB -colorspace sRGB -colorspace HSL ...
where "hald:10 -set colorspace RGB" represents any linear RGB image.
convert hald:10 -set colorspace RGB -colorspace HSL ...
to
convert hald:10 -set colorspace RGB -colorspace sRGB -colorspace HSL ...
where "hald:10 -set colorspace RGB" represents any linear RGB image.