Page 1 of 1

Colors look different when converting from EPS to PNG

Posted: 2010-01-04T13:34:22-07:00
by tamerzg
I am trying to convert EPS images to PNG using imagemagick command:

convert test.eps -density 100 -modulate 100,100,100 -flatten -channel rgba -colorspace rgb -strip -antialias -render -quality "100" test.png

I tried playing with arguments but always converted image looks like some colors where lost. Here is example:

http://deefni.com/web2make_test/sites/d ... ower_0.eps
http://deefni.com/web2make_test/sites/d ... -image.png


What am I missing?

Re: Colors look different when converting from EPS to PNG

Posted: 2010-01-04T13:42:01-07:00
by magick
Try moving -colorspace rgb before the EPS image filename on the command line.

Re: Colors look different when converting from EPS to PNG

Posted: 2010-01-05T05:18:33-07:00
by tamerzg
Its still the same.