Hello in the Quickstart of the Images.jl there is a sentence
The AxisArrays package supports rich and efficient operations on such arrays, and can be useful to keep track of not just pixel spacing but the orientation convention used for multidimensional images
Hovewer I am unable to find functions that show this support for example
I have 3d image with given spacing and orientation.
a) I want to change the orientation of the image
b) I want to resample image to different spacing
c) I want to rotate image taking into account spacing and orientation
Is any of a,b or c possible in Images.jl/AxisArrays.jl ?
Thanks for help !