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?".
This is valid. The -colorspace and -density need to come before any vector file such as eps. But using -colorspace sRGB is not very accurate. You should use profiles. This seems to work better for me on my Mac. I renamed to file to avoid the spaces for simplicity.
Thanks for the wonderful solution.
Applying color formats minimises (not completely removed) the gradient issues, but then the generated jpg has slight color variations from the eps file.
This color difference is not there when -colorspace sSRGB is used.