实例:

outImg = plt.imread(ImgPath)
plt.imshow(Img)
plt.show()