我试着用 cv2.imread()
函数读取png文件,但它会一直显示
AttributeError Traceback (most recent call last)
<ipython-input-6-e703a124b05a> in <module>
3 file = 'C:\\Users\\Administrator\\Desktop\\捕获.PNG'
4 img = cv2.imread(file)
----> 5 img.shape
AttributeError: 'NoneType' object has no attribute 'shape'
然后我用 PIL.Image.open()
要打开同一个文件,它可以工作。
暂无答案!
目前还没有任何答案,快来回答吧!