[Tutor] Python Image Library

Michael C mysecretrobotfactory at gmail.com
Wed May 17 16:24:41 EDT 2017


from PIL import Image


im = Image.open('pic.bmp')
im.show()


I ran this code and it not only opened the picture in paint, which is what
I want,
but it also opens a CMD.exe console window! how do I prevent that from
happening?

thanks!


More information about the Tutor mailing list