标签: python png python-imaging-library
我有一个看起来像这样的png图像:
但是当我使用PIL.Image.open()打开它,然后通过Image.show()显示它时 我明白了:
PIL.Image.open()
Image.show()
谁能让我知道是什么问题?如何获得确切的原始图像?