Search found 3 matches

by hadi_safiaghdam
2016-06-08T10:13:09-07:00
Forum: Windows COM+ & Visual Basic
Topic: Is it possible to crop white margins of .eps file
Replies: 5
Views: 68904

Re: Is it possible to crop white margins of .eps file

thanks
yes. i used:

Code: Select all

mogrify -trim f.eps
but:
1- 73 KB size file increaseed to 614 KB. My journal do not accept large file size.
2- Quality is reduced.

how to reduse the file size?
how to increase the quality?
what is "rasterize"?
by hadi_safiaghdam
2016-06-08T06:35:34-07:00
Forum: Windows COM+ & Visual Basic
Topic: Is it possible to crop white margins of .eps file
Replies: 5
Views: 68904

Is it possible to crop white margins of .eps file

hello
I install ImageMagick on windows.
Is it possible to crop (delete) white margins of .eps file with ImageMagick?
very thanks