Page 1 of 1

Posted: 2006-12-19T14:17:24-07:00
by magick
The display program uses the server DPI which is generally around 90 whereas the default DPI is 72. Try this command:
  • convert -density 90 test.eps -quality 100 test.jpg

Posted: 2006-12-19T19:14:24-07:00
by anthony
The basic problem is that while 'display' knows what resolution (or density) it is outputing to (the screen, so get resolution frm the X server), the 'convert' command does not. You may be outputing for the screen (using a default 72 dpi), a modren display (usabbly 90 dpi), a dotmatrix printer (120dpi) or even a postscript printer (often 600dpi).

Because of this you need to tell IM what resolution you intend to work with.

See IM Examples, Actual Font Size, Resolution and Pointsize
http://www.cit.gu.edu.au/~anthony/graph ... #pointsize