knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
50 stars 11 forks source link

Dimension Swapper: swapping of multiple dimensions yields incorrect axis orderings #525

Open stelfrich opened 4 years ago

stelfrich commented 4 years ago

Steps to reproduce:

  1. Create an image with X, Y, Channel
  2. Configure Dimension Swapper to move the Channel to position 0: Screenshot 2020-07-10 at 15 25 24

Output should be dimensions=3,100,100 (Channel,X,Y); but is dimensions=100,3,100 (Y,Channel,X);