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

Added simple Pick Color node #1913

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

RunDevelopment
Copy link
Member

This PR adds a very simple color picker nodes. It takes an image and absolute pixel coordinates, and outputs the color at that position.


In the future, we may want to extend this node to be a more general sampler node. Additional features may include:

  • Normalized coords.
  • Abyss policy (wrap, reflect, etc.).
  • Interpolation method (NN, bi-linear, bi-cubic, etc.).

@joeyballentine
Copy link
Member

Perfect

@joeyballentine joeyballentine merged commit d23860c into chaiNNer-org:main Jul 4, 2023
10 checks passed
@RunDevelopment RunDevelopment deleted the pick-color branch July 4, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants