# Base64 to PNG/JPG

**URL:** https://community.make.com/t/base64-to-png-jpg/64874
**Category:** Beginner Questions
**Tags:** file-format
**Created:** [December 26, 2024, 8:38pm UTC](https://community.make.com/t/base64-to-png-jpg/64874 "2024-12-26T20:38:56Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Eugenio\_Nielsen](https://avatars.discourse-cdn.com/v4/letter/e/977dab/32.png) [@Eugenio\_Nielsen](https://community.make.com/u/Eugenio_Nielsen)
#### Post date: [December 26, 2024, 8:38pm UTC](https://community.make.com/t/base64-to-png-jpg/64874/1 "2024-12-26T20:38:56Z")

</div>

### 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!

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [December 28, 2024, 1:46pm UTC](https://community.make.com/t/base64-to-png-jpg/64874/2 "2024-12-28T13:46:57Z")

</div>

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.:

```plaintext
{{ toBinary(1.data[].base64; "base64") }}

```

 ![Screenshot_2024-12-28_211227](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/4/7/47aa9ae2bc1da3f55d7137a0384468342fe382d3.png)

For more information, see the function documentation in the [Help Center](https://www.make.com/en/help) and do the [tutorials in the Make Academy](https://academy.make.com).

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the [Make Academy](https://academy.make.com) will save you lots of time and frustration using Make.

---

<div class="post-metadata">

### Author: ![Eugenio\_Nielsen](https://avatars.discourse-cdn.com/v4/letter/e/977dab/32.png) [@Eugenio\_Nielsen](https://community.make.com/u/Eugenio_Nielsen)
#### Post date: [January 8, 2025, 6:21pm UTC](https://community.make.com/t/base64-to-png-jpg/64874/3 "2025-01-08T18:21:50Z")

</div>

> [@samliew](#):
>
> `se64; "base64") }}`

I never thank you, so thanks for the help \<3

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [January 22, 2025, 6:25pm UTC](https://community.make.com/t/base64-to-png-jpg/64874/4 "2025-01-22T18:25:28Z")

</div>


