CMYK to RGB
Posted: 2016-09-18T15:55:19-07:00
Hi ,
I am trying to convert a PSD file with CMYK to Jpeg with RGB .
when we convert the image we observe that final converted image (jpeg) don't have same colors as original file.there is a huge difference in color .
We are using ImageMagick version
Version: ImageMagick 6.9.0-0 Q16 x64 2014-11-14 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Command we are using :
convert -resample 72 sourceimage.psd -background white -flatten -resize 500 "finalimage.jpg"
Let me know if you faced this issue before .i need to deliver this functionality ASAP .
Please help.
I am trying to convert a PSD file with CMYK to Jpeg with RGB .
when we convert the image we observe that final converted image (jpeg) don't have same colors as original file.there is a huge difference in color .
We are using ImageMagick version
Version: ImageMagick 6.9.0-0 Q16 x64 2014-11-14 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Command we are using :
convert -resample 72 sourceimage.psd -background white -flatten -resize 500 "finalimage.jpg"
Let me know if you faced this issue before .i need to deliver this functionality ASAP .
Please help.