How can I convert CMYK color to sRGB with profiles from command line. I use this :
and the result isconvert -size 1x1 xc:"cmyk(0,100,100,0)" -profile CMYK.icc -profile sRGB.icc -colorspace RGB txt:
I want to get RGB value in INT from 0 to 255. Can someone help me?# ImageMagick pixel enumeration: 1,1,65535,rgb
0,0: (63916,44053,37284) #F9ACAC1591A4 rgb(97.5296%,67.2206%,56.8917%)