a problem with resizing a eps file
Posted: 2017-12-22T20:54:09-07:00
Hello all,
I want to resize a .eps file.
IM Command(Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16):
I am able to resize the image and generate a .eps file, but it's different from the old one.
My input image:
https://github.com/l-dandelion/images/b ... S/test.eps
Output image after applying the IM command:<br/>
https://github.com/l-dandelion/images/b ... /test2.eps
But when I convert it to a .jpg or .png file, it works.
I want to resize a .eps file.
IM Command(Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16):
Code: Select all
convert EPS:test.eps -resize 800x800 test2.eps
My input image:
https://github.com/l-dandelion/images/b ... S/test.eps
Output image after applying the IM command:<br/>
https://github.com/l-dandelion/images/b ... /test2.eps
But when I convert it to a .jpg or .png file, it works.
Code: Select all
convert EPS:test.eps -resize 800x800 test3.jpg