falsification of colors at changing profiles (rgb-cmyk)
Posted: 2008-01-15T16:01:34-07:00
Hello,
At first, sorry for my bad english but I am not a native english speaker.
I use Imagemagick in many situations in my website.
But now I have a very extraordinary problem.
In this situation i use Imagemagick to change images from rgb into cmyk. Therefore i use two profiles.
Code looks like this:
basically these lines work on my pc.
but on the server there a slight difference. for example, white areas get a slight coloration. (1% cyan, 1% yellow). This is very annoying at printing the images.
I have no idea, where this difference comes from.
I speculate that this problem comes from the different Imagemagick-versions which are installed on my pc and on the server.
It does not work on the server with:
ImageMagick 6.3.1 12/18/06 Q16
It works on localhost with
ImageMagick 6.2.9 08/28/06 Q16
and also at another server with
ImageMagick 6.2.4 12/13/06 Q16
Are there any other reasons where this problem could come from? Default settings?
Please, help me to solve this problem. It is very importent for me.
Thanks a lot,
peegee
At first, sorry for my bad english but I am not a native english speaker.
I use Imagemagick in many situations in my website.
But now I have a very extraordinary problem.
In this situation i use Imagemagick to change images from rgb into cmyk. Therefore i use two profiles.
Code looks like this:
Code: Select all
$rim="convert -profile AdobeRGB1998.icc -profile FOGRA27.icc rgb.jpg cmyk.jpg";
exec($rim);
but on the server there a slight difference. for example, white areas get a slight coloration. (1% cyan, 1% yellow). This is very annoying at printing the images.
I have no idea, where this difference comes from.
I speculate that this problem comes from the different Imagemagick-versions which are installed on my pc and on the server.
It does not work on the server with:
ImageMagick 6.3.1 12/18/06 Q16
It works on localhost with
ImageMagick 6.2.9 08/28/06 Q16
and also at another server with
ImageMagick 6.2.4 12/13/06 Q16
Are there any other reasons where this problem could come from? Default settings?
Please, help me to solve this problem. It is very importent for me.
Thanks a lot,
peegee