Search found 3 matches

by lowkey
2017-12-22T20:54:09-07:00
Forum: Developers
Topic: a problem with resizing a eps file
Replies: 1
Views: 13889

a problem with resizing a eps file

Hello all,
I want to resize a .eps file.

IM Command(Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16):
convert EPS:test.eps -resize 800x800 test2.eps

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 ...
by lowkey
2017-12-04T21:17:14-07:00
Forum: Bugs
Topic: EPS File handlling error
Replies: 3
Views: 6168

Re: EPS File handlling error

Thanks,it works.
But I don't know Why sometimes it works without 'EPS:' and somethimes it doesn't.
by lowkey
2017-12-04T11:20:57-07:00
Forum: Bugs
Topic: EPS File handlling error
Replies: 3
Views: 6168

EPS File handlling error

Dear team,

I am trying to create jpeg file from a eps image. The file fails to open with an error.

To download, https://github.com/l-dandelion/images/blob/master/EPS/test.eps

I have Mac High Sierra 10.13.1, ImageMagick 7.0.7-13 Q16, which displays this error after these commands:

Command ...