Hi-res eps -> png convert

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?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Use this comand to generate a decent looking EPS image:
  • convert -density 400x400 ucm_orig.eps -resize 25% ucm_im.png
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Try this command:
  • convert image.png -compress zip eps2:image.eps
to create reasonably sized Postscript files from a PNG imagte.
Post Reply