I've solid black PNG (rgb 0,0,0), which I want to convert to CMYK TIFF. But it is not full black in output. I've set ICC color profiles correctly and also have set colorspace correctly. If I will do the same in PS or FastStone image viewer, I get same color as input PNG. Following is the command I use:
magick.exe "P:\Python\mask.png" -profile "P:\Python\sRGB.icc" -profile "P:\Python\USWebCoatedSWOP.icc" -colorspace CMYK "P:\Python\mask.tiff"
Please help me, this is really important for me.
Best regards, Ishaq


magick identify -verbose mask.tiffto see if both contain the ICC profile? - Mark Setchell