Base64 to Image

Hi,

I need help with decoding base64 strings to images (preferably .png). Do you know any API solutions to this?

Hello,

Please find list of file conversion apps here that Make has inbuilt integration with.

Hope this points you in the right direction, thanks.

3 Likes

You can use the built-in function toString

e.g.:

toString(data; base64)

For more information, see

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

3 Likes