How to change binary data to image?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
destoriNAVY
Posts: 13
Joined: Wed Jan 20, 2021 7:19 am

How to change binary data to image?

Post by destoriNAVY » Tue Jan 26, 2021 12:39 pm

Hi

I'm using Micropython board V1.1

I'm wondering how to change binary data to image

because I know 'PIL' but, as I know, we cannot use PIL in micropython

So, I need to find another way.

Although I tried to googling, I cannot find anything about changing binary data to image

Can someone help me?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: How to change binary data to image?

Post by jimmo » Tue Jan 26, 2021 10:53 pm

Can we please keep this to one thread.

We've already got these two other threads going about this topic:
viewtopic.php?f=6&t=9619
viewtopic.php?f=6&t=9597

It would be helpful to understand more about what you're trying to do (turn images into sound I think?). Do they have to be jpeg images? Can you convert them into something else that's easier for the microcontroller to work with first?

Post Reply