6
4

1 回答 1

13

从你所说的看起来,即This is not all of the code
您或其他一些导入已经声明了一些变量/类调用Image,这已经覆盖了Image导入的类PIL

要专门使用PIL Image该类,请使用:

img = PIL.Image.open("majestic creature.jpeg").convert("RGB")
于 2012-11-11T23:33:23.057 回答