Sorry
here is the output file :
http://images.superspeed.fr/1cmjn.jpg
Thank you
Search found 2 matches
- 2013-11-22T18:23:57-07:00
- Forum: Developers
- Topic: i can not convert rgb picture to cmyk with php ?
- Replies: 3
- Views: 6242
- 2013-11-22T16:47:09-07:00
- Forum: Developers
- Topic: i can not convert rgb picture to cmyk with php ?
- Replies: 3
- Views: 6242
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 ...
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 ...