Base64 for Inline Images in an Email

Hello, Im trying to covert some png images to base 64 so that i can add them to an inline email. In the past there was a “Base 64 Node” but i no longer see it. As a work around im tyring to use python to do the conversion, however the problem seems to be that when using the “Files to Binary Objects” Or ‘String to Binary Objects’ the Binary Object is stored as Dict rather than as a raw Binary Object, which doesn’t allow the code to convert it. Ive tried following other users posts on this topic but it seems that the nodes they use are depreciated.

Anyone have any tips or alternative methods to use as a work around?
Screenshot 2025-05-28 at 2.04.23 PM

The Base64 Encoder is included in the Palladian Nodes which you can install from this update site:

  • https://download.nodepit.com/5.4
  • https://download.nodepit.com/5.3
  • https://download.nodepit.com/5.2

Hope that helps!

2 Likes