Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
あなたが言ったことの見た目から、つまりThis is not all of the code. あなたまたは他のインポートは、呼び出された変数/クラスを宣言しました。これにより、によってインポートされImageたクラスが上書きされました。ImagePIL
This is not all of the code
Image
PIL
PIL Imageクラスを具体的に使用するには、次のようにします。
img = PIL.Image.open("majestic creature.jpeg").convert("RGB")