#ImageMagick EPS to PNG - With Quality and transparency#
Command line examples:
With resize: convert -density 300 example.eps -profile /root/ISOcoated_v2_300_SmartS.icc -profile /root/sRGB_NBS_SmartS.icc -resize 460x460 example.png
Without resize convert -density 300 example.eps -profile /root/ISOcoated_v2_300_SmartS.icc -profile /root/sRGB_NBS_SmartS.icc example.png
Simple mode just converts without profile convert -density 300 example.eps example.png