Search found 2 matches

by parisien
2013-11-22T18:23:57-07:00
Forum: Developers
Topic: i can not convert rgb picture to cmyk with php ?
Replies: 3
Views: 5823

Re: i can not convert rgb picture to cmyk with php ?

Sorry

here is the output file :
http://images.superspeed.fr/1cmjn.jpg

Thank you
by parisien
2013-11-22T16:47:09-07:00
Forum: Developers
Topic: i can not convert rgb picture to cmyk with php ?
Replies: 3
Views: 5823

i can not convert rgb picture to cmyk with php ?

Hello. I have a jpeg rgb file that i have to convert to cmyk. The original file is here : http://images.superspeed.fr/1.jpg i use this code i found in a forum : <?php $filePath = "1.jpg"; $i = new Imagick($filePath); $cs = $i->getImageColorspace(); if ($cs == Imagick::COLORSPACE_SRGB || $cs ...