Note that when you do: pic.shape[::-1]. You only reverse the elements of the shape are of pic. So pic.shape is (3,4,5] and reversed, ...
確定! 回上一頁