Convert Images to LAB
Posted: 2018-06-11T05:11:28-07:00
Hello,
i am completely new to Imagekick and i need to convert different types of images to the LAB colorspace.
I Am currently using this command:
The problem is, that this command seems not to work for ECI-RGB images and CMYK images.
If I convert a CMYK image to LAB, the image looks completely oversaturated in magenta and cyan.
If I convert an ECI-RGB image to LAB, it is a bit darker than the original.
Help would be greatly appreciated,
Thanks
i am completely new to Imagekick and i need to convert different types of images to the LAB colorspace.
I Am currently using this command:
Code: Select all
magick convert "input4.tif" -flatten +profile tiff:37724 -colorspace Lab -auto-orient -intent Absolute -compress LZW "output4.tif"
If I convert a CMYK image to LAB, the image looks completely oversaturated in magenta and cyan.
If I convert an ECI-RGB image to LAB, it is a bit darker than the original.
Help would be greatly appreciated,
Thanks