I'm trying to convert sRGB pictures to CIELAB by running:
Code: Select all
convert original.tif -colorspace lab output.tif
Code: Select all
convert output.tif output.txt
Could anyone please point out what I missed (if anything)? It seems important since both Inkscape and Gimp users are told to use Imagemagick to do RGB to CIELab conversions.
Thanks in advance!
P.S: I run Imagemagick from the Ubuntu repos.