-colorspace Lab txt:-
Posted: 2014-01-18T21:11:29-07:00
This output appears incorrect:
> convert -size 1x1 xc:#0FF -colorspace Lab txt:-
# ImageMagick pixel enumeration: 1,1,65535,cielab
0,0: (91.1147%,-18.8556%,-5.54665%) #E94000000000 cielab(91.1147%,-18.8556%,-5.54665%)
In memory, IM stores a & b offset by #8000 to handle negative values. This is not being handled properly when outputting.
ImageMagick 6.8.8-1 Q16 x64 2013-12-25 on Windows 7
> convert -size 1x1 xc:#0FF -colorspace Lab txt:-
# ImageMagick pixel enumeration: 1,1,65535,cielab
0,0: (91.1147%,-18.8556%,-5.54665%) #E94000000000 cielab(91.1147%,-18.8556%,-5.54665%)
In memory, IM stores a & b offset by #8000 to handle negative values. This is not being handled properly when outputting.
ImageMagick 6.8.8-1 Q16 x64 2013-12-25 on Windows 7