We are facing below two issues after resolution change from 72 to 300 for a JPEG-CMYK:
- 1. CMYK color ratio's of input file and output file differs
2. Blue lines on input image are misplaced in output image (we can view the blue lines in both input image and output image only in Photoshop, below is comparision screenshot).
https://www.dropbox.com/s/bulj08sb3ldlv ... t.jpg?dl=0
For Input file
CMYK color ratio's at background of BT logo : 100,62,1,1
After conversion:
CMYK color ratio's at background of BT logo : 99,65,7,1
Could anyone suggest what could be the possible cause for above?
Command used:
convert -alpha off -layers merge -units pixelsperinch -resample 300 InputImage.jpg[0] -profile USWebCoatedSWOP.icc -profile USWebCoatedSWOP.icc outputImage.jpg
or
convert -units pixelsperinch -resample 300 InputImage.jpg[0] -profile USWebCoatedSWOP.icc -profile USWebCoatedSWOP.icc outputImage.jpg
input file:
https://www.dropbox.com/s/mpczhilffo1js ... e.jpg?dl=0
output file:
https://www.dropbox.com/s/jllzq3t0ky1we ... e.jpg?dl=0