Image format conversion
convert -density 300 -colorspace RGB inputfile.ai -trim outputfile.jpg Or using transparency:
convert -density 300 -colorspace RGB inputfile.ai -trim +repage -background transparent -alpha background PNG32:outputfile.png From EPS to SVG using pstoedit:
pstoedit -f plot-svg inputfile.eps outputfile.svg
This uses a shareware plugin for pstoedit to enable SVG output.
Links:
ImageMagick (http://ImageMagick.org)
pstoedit (http://www.pstoedit.net)
pstoedit Plugin license (http://shareit1.element-5.de)
ImageMagick (http://ImageMagick.org)
pstoedit (http://www.pstoedit.net)
pstoedit Plugin license (http://shareit1.element-5.de)