Tag: byte

Image to Byte Array
arduino

Image to Byte Array

Here is a small fiddle that I've done to convert images to byte array. I use it to create icons for my projects with Arduino and similar. The code is a mess but the part that convert the image is pretty simple. Using the Canvas object I was

davide