Re: Image Module In python Question

2020-05-11 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Image Module In python Question The declarations may be case sensitive, so you may need to import PIL in all caps, Image with a capitol I, etc. From the examples the declarations of opening a file would look like this:from PIL import Image img = Image.open("your_image.jpg"

Image Module In python Question

2020-05-11 Thread AudioGames . net Forum — Developers room : Thatguy via Audiogames-reflector
Image Module In python Question Hey everybody:Recently, I have been experiencing a lot of difficulty with python's pil library. I'm just really not sure why it's not working like it should. Here's what's up.So I try to import pil by typing:import pilBut apparently there is no module called