newbie permission problem

paul koelle paul at subsignal.org
Sun Oct 3 10:21:36 EDT 2004


Ann wrote:

> How can I just use
> im = Image.open("filename.jpg")
> without having to use a fp

im = open('filename.jpg', 'rb').read()

hth
  Paul



More information about the Python-list mailing list