[Image-SIG] PIL with JPEG support on Windows: Error Writing JPEG file

Fredrik Lundh fredrik at pythonware.com
Wed Mar 25 16:56:01 CET 2009


> or, easier, changing the save call to
>
>    im.save("c/temp/temp_win.jpg", 'JPEG', quality=90)

or, more likely to work:

    im.save("c:/temp/temp_win.jpg", 'JPEG', quality=90)

</F>


More information about the Image-SIG mailing list