increase the dpi for images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
petercoloney

increase the dpi for images

Post by petercoloney »

hi,

i'm trying to convert .eps image to .jpg i would like to know the code for this conversion also i would like to have the .jpg with dpi value of 300.

waiting for reply.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: increase the dpi for images

Post by magick »

Try this command:
  • convert -density 300x300 image.eps image.jpg
Post Reply