from PIL import Image if __name__ == "__main__": image = Image.open("http://image.dawn-infinite.cn/file/1.png") # 打开一个网络图片转换为Image.Image