Search found 1 match

by farahim
2014-11-19T01:59:50-07:00
Forum: Users
Topic: Contrast changing while converting eps (cmyk) to tif (RGB)
Replies: 1
Views: 1983

Contrast changing while converting eps (cmyk) to tif (RGB)

Hi Experts,

I need to convert CMYK eps to RGB tif. Imagemagick is converting the file correctly only the contrast of the tif file is getting changed.
I am using below syntax for conversion:
convert -depth 8 -density 300x -antialias -colorspace RGB color_image_eps.eps -compress lzw -level 0%,100%,1 ...