Search found 4 matches

by OneFunk
2016-02-01T03:00:16-07:00
Forum: IMagick
Topic: CMYK Conversion works OK on Win32, but not Linux
Replies: 0
Views: 9293

CMYK Conversion works OK on Win32, but not Linux

I'm trying to write some PHP that will make a decent attempt at converting a CMYK image into an sRGB image An example original CMYK image is... http://earls.me.uk/cmyk2.jpg In chrome it looks far too bright.. It should look more like this... http://earls.me.uk/rgbOK.jpg My code appears to work OK on...
by OneFunk
2016-01-29T07:02:23-07:00
Forum: Users
Topic: How do I convert this CMYK image to RGB
Replies: 2
Views: 3814

Re: How do I convert this CMYK image to RGB

Thank you very much. I don't know why that seemed so hard :)
by OneFunk
2016-01-29T06:45:30-07:00
Forum: Users
Topic: Install Imagick for PHP on windows 10
Replies: 1
Views: 13968

Re: Install Imagick for PHP on windows 10

Set the MAGICK_HOME to C:\ImageMagick and copy all the files from C:\ImageMagick\modules\coders & C:\ImageMagick\modules\filters there.

Also, the zip file containing php_imagick.dll.... Move all the dll files from that into C:\ImageMagick
by OneFunk
2016-01-29T06:30:30-07:00
Forum: Users
Topic: How do I convert this CMYK image to RGB
Replies: 2
Views: 3814

How do I convert this CMYK image to RGB

How can I convert this CMYK image so that it displays "OK" in Chrome? http://earls.me.uk/cmyk2.jpg In chrome it looks far too bright.. It should look more like this... http://earls.me.uk/rgbOK.jpg I'm trying to learn as much about colour profiles as i can. I think the original image has &q...