EPS to GIF conversion
Posted: 2015-11-10T17:05:16-07:00
Hi,
I'm using IM on a Mac, version Version: ImageMagick 6.9.2-5 Q16 x86_64 2015-11-01
Converting EPS to GIF. Using this code
convert -density 300 -strip -background white -flatten -resize 600 -colors 128 -depth 8 /Users/Nirav/Desktop/assets/RT-Compliance-S.eps /Users/Nirav/Desktop/assets/converted.gif
The resulting GIF file show colors mixing (ie. blue line on yellow background yields GREEN line)
Original here http://we.tl/pZMcRHuF8T
converted GIF here https://app.box.com/s/7bocv5sg0eopnuc02wvy9e1kgw86px0y
Thanks for your help
I'm using IM on a Mac, version Version: ImageMagick 6.9.2-5 Q16 x86_64 2015-11-01
Converting EPS to GIF. Using this code
convert -density 300 -strip -background white -flatten -resize 600 -colors 128 -depth 8 /Users/Nirav/Desktop/assets/RT-Compliance-S.eps /Users/Nirav/Desktop/assets/converted.gif
The resulting GIF file show colors mixing (ie. blue line on yellow background yields GREEN line)
Original here http://we.tl/pZMcRHuF8T
converted GIF here https://app.box.com/s/7bocv5sg0eopnuc02wvy9e1kgw86px0y
Thanks for your help