Page 1 of 1

bad "crop" of eps-file

Posted: 2013-06-04T12:36:38-07:00
by nkirov
Hello!
The following simple command:

convert -crop 50%x100% +repage td_093_1_01.eps td.eps

gives a very poor result. You can download the example file from:
http://nikolay.kirov.be/2010/folk/td_093_1_01.eps

Can anyone help me?

Regards,
Nikolay Kirov

Re: bad "crop" of eps-file

Posted: 2013-06-04T13:01:36-07:00
by GreenKoopa
The argument order should be:
convert td_093_1_01.eps -crop 50%x100% +repage td.eps
http://www.imagemagick.org/Usage/basics/#cmdline

"Very poor result" in what way? You want the original image split into two halves? Does it work if you output to a file format other that eps?

What IM version and platform?

Re: bad "crop" of eps-file

Posted: 2013-06-04T13:12:07-07:00
by snibgo
The image has vector data. IM converts this to raster, so the "-density" setting (before the input file) may be useful.

The result will be raster data in an EPS wrapper. If you want to retain the data as vector, IM is not the appropriate tool.

Re: bad "crop" of eps-file

Posted: 2013-06-04T21:02:43-07:00
by nkirov
Thanks snibo!
Do you know any tool for processing eps as vector data?

Nikolay

Re: bad "crop" of eps-file

Posted: 2013-06-04T21:58:07-07:00
by fmw42
You might search google. Perhaps you can convert to SVG and edit the SVG file. See for example http://chrisdown.wordpress.com/2007/12/ ... onversion/