Color conversion differs on Mac an Linux
Posted: 2014-01-08T17:33:25-07:00
Hey guys,
I'm converting CMYK to sRGB using color profiles and getting some weird results...
Firstly, I'm almost sure my input PDF file should use US Web Uncoated SWOP V2 (though I can't detect profile using identify -verbose) but when I use that as an input profile and put sRGB as the output profile, I'm still getting something very different from Illustrator with these profiles selected. Any ideas?
Secondly, I just noticed I'm getting very different output for the very same call, profiles, and IM version on Mac and Linux server.
This is what I do: convert -auto-orient -density 72 -flatten -background "#ffffff" -resize 572x1500 in.pdf[0] -profile USWebCoatedSWOP.icc -profile sRGB_v4.icc out.png
Here are my inputs and outputs: https://www.dropbox.com/sh/sdzqv8kdv803wt1/LSgXJHaKE8
MAC: convert --version
Version: ImageMagick 6.8.8-0 Q16 x86_64 2014-01-07 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib djvu fftw fontconfig freetype gslib jng jpeg lcms ltdl lzma png ps tiff webp x xml zlib
Server: convert --version
Version: ImageMagick 6.8.8-1 Q16 x86_64 2014-01-08 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib jng jpeg lcms png tiff x zlib
I'm converting CMYK to sRGB using color profiles and getting some weird results...
Firstly, I'm almost sure my input PDF file should use US Web Uncoated SWOP V2 (though I can't detect profile using identify -verbose) but when I use that as an input profile and put sRGB as the output profile, I'm still getting something very different from Illustrator with these profiles selected. Any ideas?
Secondly, I just noticed I'm getting very different output for the very same call, profiles, and IM version on Mac and Linux server.
This is what I do: convert -auto-orient -density 72 -flatten -background "#ffffff" -resize 572x1500 in.pdf[0] -profile USWebCoatedSWOP.icc -profile sRGB_v4.icc out.png
Here are my inputs and outputs: https://www.dropbox.com/sh/sdzqv8kdv803wt1/LSgXJHaKE8
MAC: convert --version
Version: ImageMagick 6.8.8-0 Q16 x86_64 2014-01-07 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib djvu fftw fontconfig freetype gslib jng jpeg lcms ltdl lzma png ps tiff webp x xml zlib
Server: convert --version
Version: ImageMagick 6.8.8-1 Q16 x86_64 2014-01-08 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib jng jpeg lcms png tiff x zlib