This example converts an Encapsulated PostScript (eps) file to a png:
convert -density 300 file.eps file.png
Change density value to change the size of the output.