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

Feature Request - Plot spline lines onto image #31

Open
ozdeadmeat opened this issue Oct 26, 2021 · 1 comment
Open

Feature Request - Plot spline lines onto image #31

ozdeadmeat opened this issue Oct 26, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ozdeadmeat
Copy link

Is there a possiblity to introduce a spline drawing capability to this node by supplying an array of plot points? I am currently using pyplot but would much rather use something built in node-red.

@Steve-Mcl
Copy link
Owner

Hi. Completely forgot about this request.

It's not something I am looking to implement but if you wish to make a pull request I would definitely look into it. Even if you only provide the logic for drawing splines I would happily do the UI and integration.

Alternatively, you can DIY this in a function node. Pass the image as a jimp object then you can access all of the functionality of jimp and draw whatever you wish.

@Steve-Mcl Steve-Mcl added enhancement New feature or request help wanted Extra attention is needed labels Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants