Steps to reproduce: 1. Create an image with X, Y, Channel 2. Configure Dimension Swapper to move the Channel to position 0: <img width="123" alt="Screenshot 2020-07-10 at 15 25 24" src="https://user-images.githubusercontent.com/333358/87159533-cf436a80-c2c1-11ea-99e7-b1544af47802.png"> Output should be `dimensions=3,100,100 (Channel,X,Y);` but is `dimensions=100,3,100 (Y,Channel,X);`