Generate dynamic image

I use Telegram a lot (but this could be any messenger or email), and instead of sending text, I would like to send an image which contains some dynamic values (multiple values, maybe different colors, font size, simple graphics, etc). I am thinking about something like the node-red-contrib-ui-svg node, but instead of showing up something in the UI, I want to save the result in a PNG file, so I can email, or send as a image message. Similar how I can do the same with node-red-contrib-chart-image which renders a chart and outputs it into a PNG file.

Does something like that exist?

You could try:

It uses Jimp for conversions and manipulations, extremely useful node.

3 Likes

Nice, this looks like very useful node to have. I have seen the text input options, will check if there is something similar for rudamentary graphics.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.