C# convert RGB value to CMYK using an ICC profile?

后端 未结 4 1335
南旧
南旧 2020-12-02 18:05

this question seems posted at many places over the interwebs and SO, but I could not find a satisfactory answer :(

How can I convert a RGB value to a CMYK value usin

4条回答
  •  暖寄归人
    2020-12-02 18:11

    You could have a look at this: Convert RGB color to CMYK?

    Although this conversion is fairly subjective, hence the need for the ICC profile, it may be that you can extract that "factor" from the ICC and adjust the formula?

    What is the context is which you need to convert the RGB values to CMYK?

提交回复
热议问题