Search found 2 matches

by lehik
2016-01-14T09:19:59-07:00
Forum: Users
Topic: Converting single RGB color value to CMYK with ICC profiles
Replies: 2
Views: 1816

Re: Converting single RGB color value to CMYK with ICC profiles

Thanks a lot for such a quick reply! The missing "info" on my example was indeed a copy-paste error. Also, I managed to get the output to PHP as desired. The plain conversion works as expected, but when I try to use profiles, I get just 0,0,0,0 so there is something fishy going on. Maybe the path to ...
by lehik
2016-01-14T07:56:11-07:00
Forum: Users
Topic: Converting single RGB color value to CMYK with ICC profiles
Replies: 2
Views: 1816

Converting single RGB color value to CMYK with ICC profiles

I'm sure this has been asked before, but I couldn't find a solution from earlier threads, so here goes: I'm developing a PHP application that deals with color values incoming in RGB and the app should convert them to CMYK. The PHP runs ImageMagick convert command with exec() -function. I've used ...