Render SVG to PNG

I’m using the JavaScript Tag Cloud to generate an SVG image. How could I save that to disk as a png?

1 Like

It’s a little cumbersome, but the following sequence works for me:

image

10 Likes

Thanks @elsamuel, that works and doesn’t seem any more cumbersome than a lot of things.

Interestingly, when you feed a variable to Image Writer (Table Column), it wants the directory, but when you feed a variable to Image Writer (Port), it wants the file name.

Cheers, Richard

2 Likes

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

@elsamuel I can’t like your post twice, so posting again a year later to let you know this solution was a big help to me today :+1:

7 Likes