Re: EPS to JPEG
Re: EPS to JPEG
- Subject: Re: EPS to JPEG
- From: pete boardman <email@hidden>
- Date: Fri, 3 Jun 2005 12:58:25 +0100
On 1 Jun 2005, at 17:03, Ruby Madraswala wrote:
I want to convert all files in folder/subfolders from EPS to JPEG.
Panther and Tiger can convert EPS to PDF: just drag an EPS file to
the Preview icon.
But since you're still on 10.3, you can't use Automator (where
Preview is - at last - vaguely scriptable). But you could use the
shell command pstopdf, which should get you to PDF. (Getting all
those POSIX paths and filenames correct would be the hardest part,
for me.) From there you can use sips or Image Events scripting to
convert to JPG.
hth
Pete
PS: I'd recommend checking output file sizes to alert you to any
'blank' images - I vaguely remember that there are some issues with
EPS files with negative bounding boxes.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >EPS to JPEG (From: "Ruby Madraswala" <email@hidden>) |