Search found 2 matches

by thuddle
2014-09-29T14:10:32-07:00
Forum: Bugs
Topic: possible bug PHP JPG CMYK to RGB conversion
Replies: 9
Views: 10545

Re: possible bug PHP JPG CMYK to RGB conversion

Just found this. See comment from 5 months ago.

http://php.net/manual/en/imagick.profileimage.php

I have checked before and after Amazon AMI upgrade. Before lcms is present. After it is not.
by thuddle
2014-09-29T13:36:25-07:00
Forum: Bugs
Topic: possible bug PHP JPG CMYK to RGB conversion
Replies: 9
Views: 10545

Re: possible bug PHP JPG CMYK to RGB conversion

We are experiencing a similar issue after Amazon AMI update ImageMagick 6.7.8-9 2014-05-12 Q16 imagick 3.1.2 PHP 5.3.29 (cli) (built: Aug 20 2014 16:41:38) The following code used to work now image rather than being yellow flowers are blue flowers # if CMYK attempt to convert to RGB. if ($image ...