Re: [Pythonmac-SIG] EPS to JPEG with PIL

2005-04-27 Thread Daryl Spitzer
You may also want to look at http://www.macdevcenter.com/pub/a/mac/2004/03/19/core_graphics.html -- Daryl On 4/26/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Apr 26, 2005, at 3:55 PM, Bill MacKenzie wrote: > > > I need to convert EPS files to JPEG files. So far, all I get is > > failure

Re: [Pythonmac-SIG] EPS to JPEG with PIL

2005-04-26 Thread Bob Ippolito
On Apr 26, 2005, at 3:55 PM, Bill MacKenzie wrote: I need to convert EPS files to JPEG files. So far, all I get is failure notices. The first question is will PIL do this trick? Not without Ghostscript installed. You might want to look to the CoreGraphics wrapper that comes with Apple's distrib

[Pythonmac-SIG] EPS to JPEG with PIL

2005-04-26 Thread Bill MacKenzie
I need to convert EPS files to JPEG files. So far, all I get is failure notices. The first question is will PIL do this trick? And the second is, OK what am I doing wrong? I've installed PIL-1.1.5-py2.3-macosx10.3 on my IMac running OS 10.3.7 and Python 2.3 (#1, Sep 13 2003, 00:49:11). I adapte