Colors look different when converting from EPS to PNG

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tamerzg

Colors look different when converting from EPS to PNG

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Colors look different when converting from EPS to PNG

Post by magick »

Try moving -colorspace rgb before the EPS image filename on the command line.
tamerzg

Re: Colors look different when converting from EPS to PNG

Post by tamerzg »

Its still the same.
Post Reply