Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate 2D reduces dimensions #499

Open
tibuch opened this issue Apr 18, 2018 · 0 comments
Open

Rotate 2D reduces dimensions #499

tibuch opened this issue Apr 18, 2018 · 0 comments
Labels

Comments

@tibuch
Copy link
Member

tibuch commented Apr 18, 2018

If a n-dimensional image (n > 2) is rotated with Rotate 2D all dimensions which are not selected are reduced by 1.

Example:
Input dimensions: [3,3,3] (Names: [X,Y,Z])
Selected dimensions in Rotate 2D: [X,Y]
Output dimensions: [3,3,2] (Names: [X,Y,Z])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant