probably you already saw this, but I can't achieve this correctly. here is my commandline:
Code: Select all
#/usr/bin/convert -density 150 -profile ../media/icc/2008/Adobe/CMYKProfiles/USWebCoatedSWOP.icc 1701_REIMS.pdf[1] -trim -resize x2000 -profile ../media/icc/sRGB_v4.icc -depth 8 big_0001.uscoatedswop+srgb.png
if I don't use any ICC, I get really "flashy" colors:
Code: Select all
/usr/bin/convert -density 150 -colorspace RGB 1701_REIMS.pdf[1] -trim -resize x2000 -depth 8 big_0001.no.png
I was given a ICC profile that's used for printing this PDF, it's supposed to soften colors, but I tried to use it without succes, maybe a wrong parameter order...
can you help me?
EDIT :
- imagemagick v6.3.8.3
- ghostscript v8.61