convert eps to jpg

I need to write an applescript that will save an eps as a jpg. Any suggestions on how to do this?

Do you have Photoshop, Illustrator, or some other app that can handle the conversion? Are you willing to spend some money if you don’t? I’ve used a combo of EPStoPICT and GraphicConverter to perform this conversion tango in the past and have been happy with the results.

Jon

You could also take a look at GhostScript.

Jon

I have photoshop and illustartor. i need to do it through a script.

Yeah, that was pretty clear.

The script below works for me in Photoshop 7. To use it, open an EPS manually and set the parameters (i.e., color space, resolution, etc.). Once it’s open, you can just close it without saving it. Then, run this script and all EPS files will open with the same parameters you set on the last manual open.

Jon