On 12/1/2009 5:04 AM, Esmail wrote:

   im = Image.open('c://mypic.jpg')

sorry, slip of the finger, there's only one forward slash
or you can use two backward slashes.

The problem isn't with opening it (I know it opens fine
since I can get its size attribute via im.size) - the show()
is the problem.


What's your default image viewer? im.show is intended to be for debugging purpose and may always guaranteed to work if your image viewer doesn't support receiving the file through <I don't know how PIL passes the image to the program>.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to