converting eps files

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: converting eps files

Post by anthony »

EPS is a very special image format. It probably may have a bad bounding box setting, which sets the EPS image size (though it could draw outside that size.

Also have you specified what -density (resolution) you want the EPS Vector image to be drawn at. The default is 72 dpi. IM has no knowledge of you actual displays resolution which is often 100 or 120 dpi.

See IM examples...
Basics, Image Density
http://www.imagemagick.org/Usage/basics/#density
Text Handling, Resolution, Pointsize, and Actual Font Size
http://www.imagemagick.org/Usage/text/#pointsize
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply