I have a problem in a workflow. I recovered with Palladian node the urls of the university logos in png format but I would like to recover the image in data:image/png;base64 format.
I went through the node string to uri, files to binary objects but then I don’t know how to do it.
Let me know how that goes. One additional hint: If you want to generate data: URLs, you’ll need to add the prefix manually. The encoder node will just generate the Base64 portion!
I tried the “base 64 encoder” node but it doesn’t work.
However I found a way using the “read images” node to read the image url. I checked SVG and png in the node. Then with the “table view” node, I see the base 64 address without the prefix data:image/png;base64. But this one is not is not in the output table .