Importing image from array and axis reorder

Thanks for sharing the solution.

Another option:

scanArray = np.transpose(scanArray, (2,1,0))

Which Python-based tool is this?

1 Like