Code: Select all
Version: ImageMagick 6.9.3-7 Q16 x64 2016-04-11
Code: Select all
convert -size 1x1 xc:"cielab(L,a,b)" output.txt
- If entered as % L is clipped at 0% and 100% - AS EXPECTED
- If entered as % a and b are clipped at 0% and 50% (i.e. all minus values are clipped to 0%) - NOT EXPECTED
- If entered as a number, L is clipped at 0 and quantum depth - AS EXPECTED
- If entered as a number, a and b are clipped at 0 and half of quantum depth (i.e. all minus values are clipped to 0) - NOT EXPECTED
With HDRI enabled, the outputs are all as expected.