Search found 4 matches
- 2016-02-01T03:00:16-07:00
- Forum: IMagick
- Topic: CMYK Conversion works OK on Win32, but not Linux
- Replies: 0
- Views: 10282
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 ...
- 2016-01-29T07:02:23-07:00
- Forum: Users
- Topic: How do I convert this CMYK image to RGB
- Replies: 2
- Views: 4091
Re: How do I convert this CMYK image to RGB
Thank you very much. I don't know why that seemed so hard
- 2016-01-29T06:45:30-07:00
- Forum: Users
- Topic: Install Imagick for PHP on windows 10
- Replies: 1
- Views: 14554
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
Also, the zip file containing php_imagick.dll.... Move all the dll files from that into C:\ImageMagick
- 2016-01-29T06:30:30-07:00
- Forum: Users
- Topic: How do I convert this CMYK image to RGB
- Replies: 2
- Views: 4091
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 "ISO coated ...