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?
Colors look different when converting from EPS to PNG
Re: Colors look different when converting from EPS to PNG
Try moving -colorspace rgb before the EPS image filename on the command line.