converting jpg to eps using 300dpi resolution
Posted: 2014-01-31T22:50:25-07:00
Hi,
I am having troubles using ImageMagick-6.8.8-1 and the convert command.
This works fine:
convert image.jpg -units pixelsperinch -density 300x300 resultimage.jpg
identify -verbose resultimage.jpg
the identify command shows that resultimage.jpg has 300x300 dpi resolution
This doesn`t work:
convert image.jpg -units pixelsperinch -density 300x300 result.eps
identify -verbose result.eps
the identify command shows that result.eps has 72x72 dpi resolution
This doesn`t work either, starting with a 300x300 dpi image:
convert resultimage.jpg -units pixelsperinch -density 300x300 result.eps
identify -verbose result.eps
the identify command shows that result.eps has 72x72 dpi resolution
what is wrong?
I am having troubles using ImageMagick-6.8.8-1 and the convert command.
This works fine:
convert image.jpg -units pixelsperinch -density 300x300 resultimage.jpg
identify -verbose resultimage.jpg
the identify command shows that resultimage.jpg has 300x300 dpi resolution
This doesn`t work:
convert image.jpg -units pixelsperinch -density 300x300 result.eps
identify -verbose result.eps
the identify command shows that result.eps has 72x72 dpi resolution
This doesn`t work either, starting with a 300x300 dpi image:
convert resultimage.jpg -units pixelsperinch -density 300x300 result.eps
identify -verbose result.eps
the identify command shows that result.eps has 72x72 dpi resolution
what is wrong?