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

Basic Image Manipulation filters for 2D Images #820

Open
imikejackson opened this issue Jan 12, 2024 · 0 comments
Open

Basic Image Manipulation filters for 2D Images #820

imikejackson opened this issue Jan 12, 2024 · 0 comments

Comments

@imikejackson
Copy link
Contributor

Yes, there is Apply Transformation to Geometry which in theory can take care of a lot of this, but:

A filter that can act on a strictly 2D Image (in any plane: XY, YZ, XZ) that could do the following:

  • Flip about Axis 1
  • Flip about Axis 2
  • rotate +-90 deg. The rotation is about the center of the image using Axis 3 as the rotation axis.
  • rotate 180 deg. The rotation is about the center of the image using Axis 3 as the rotation axis.

We could even have the input Image Geometry be the "MultiSelect" Geometry parameter so that you could apply the manipulation to a series of images (Mosaic... )

@imikejackson imikejackson changed the title Baisc Image Manipulation filters for 2D Images Basic Image Manipulation filters for 2D Images Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant