Search found 3 matches

by idealprod
2016-09-29T13:03:32-07:00
Forum: Bugs
Topic: Wrong sRGB -> CMYK conversion ?
Replies: 4
Views: 5219

Re: Wrong sRGB -> CMYK conversion ?

Thank you so much Snibgo : SRGB -> CMYK conversion is now perfect ! ;-)

Best regards,
François.
by idealprod
2016-09-29T06:05:59-07:00
Forum: Bugs
Topic: Wrong sRGB -> CMYK conversion ?
Replies: 4
Views: 5219

Re: Wrong sRGB -> CMYK conversion ?

Thank Snibgo for your answer ! ;-)

Here is test-rgb.jpg file :
http://demo.ideal-lab.com/test-rgb.jpg
http://demo.ideal-lab.com/test-rgb.jpg

And i'm trying to apply CMYK profile like that :
convert test-rgb.jpg -colorspace cmyk -profile profil-cmyk.icc test-cmyk.jpg

But the result is them ...
by idealprod
2016-09-29T02:41:57-07:00
Forum: Bugs
Topic: Wrong sRGB -> CMYK conversion ?
Replies: 4
Views: 5219

Wrong sRGB -> CMYK conversion ?

Version :
ImageMagick 6.8.9-9 Q16 i586 2016-05-16

Hi !

I'm trying to convert sRGB images into CMYK colorspace with ImagaMagick :
convert test-rgb.jpg -colorspace cmyk test-cmyk.jpg

But there is an issue with the color result of the cmyk file :/

http://demo.ideal-lab.com/imagick.jpg

When i'm ...