Re: Opening Photoshop EPS with PIL?

2007-04-03 Thread [EMAIL PROTECTED]
On Apr 1, 12:01 pm, "Méta-MCI" <[EMAIL PROTECTED]> wrote: > .eps ==> vector ; not bitmap I was under the impression that .eps could be opened with PIL (and by the way, their contents are actually raster (but with a work path which shouldn't be displayed anyway) Any ideas? -- http://mail.python

Re: Opening Photoshop EPS with PIL?

2007-04-01 Thread M�ta-MCI
.eps ==> vector ; not bitmap -- http://mail.python.org/mailman/listinfo/python-list

Opening Photoshop EPS with PIL?

2007-03-31 Thread [EMAIL PROTECTED]
Hey Everyone, I am trying to get PIL to open some EPS files I have (Photoshop EPS, whatever the difference is). I'm trying to use PIL to do this, but when I run it, the following happens: >>> from PIL import Image, ImageOps >>> Image.open('/flora.eps') Traceback (most recent call last): File ""