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.
increase the dpi for images
Re: increase the dpi for images
Try this command:
- convert -density 300x300 image.eps image.jpg