The solution I found for my colors being wrong was to have ghostscripts installed, and to define the colorspace as sRGB ( instead of RGB )
command :
Code: Select all
convert -colorspace sRGB original.eps converted.png
Code: Select all
convert -colorspace sRGB original.eps converted.png