Re: [Tutor] cannot convert eps to png using PIL

2009-10-17 Thread Kent Johnson
On Fri, Oct 16, 2009 at 12:23 AM, LL wrote: > Hi.. I also asked this question on the imaging group but thought people here > might have insights as well.. > > all of the following code executes interactively except the last line. > Converting a .jpg file to .png works fine. I'm using the PIL versi

Re: [Tutor] cannot convert eps to png using PIL (LL)

2009-10-17 Thread Chris Fuller
Like I said, you need to find out what's going wrong with GhostScript. Also, converting image formats is something PIL does internally, without requiring a (large) external package like GhostScript, which is an interpreter for a different language (PostScript), which your eps files are coded i