What are you trying to achieve?
Hi! I’m new here and I’m using freepiks to create images. The result is a Base64 that i want to convert to PNG/JPG. How could I do it? I try some file converters but did not accept Base64 files
Thanks in advance!
Hi! I’m new here and I’m using freepiks to create images. The result is a Base64 that i want to convert to PNG/JPG. How could I do it? I try some file converters but did not accept Base64 files
Thanks in advance!
Welcome to the Make community!
You can simply upload the file to Google Drive, or work with the binary data using the built-in function toBinary
e.g.:
{{ toBinary(1.data[].base64; "base64") }}
For more information, see the function documentation in the Help Center and do the tutorials in the Make Academy.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
I never thank you, so thanks for the help <3