ImageMagick

From Schmid.wiki
Jump to: navigation, search

Converting from Vector to Raster

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.

Personal tools