Python一行代码查了好多没查到

遇到这么一行代码,应该是维度变换,看不懂这个是干嘛的[::-1,:,0]
from matplotlib.image import imread
data=imread('hello.png')[::-1,:,0].T

https://blog.csdn.net/together_cz/article/details/79593952