I am working on a project in which i send a base64 encoded image from my app to a server where the processing happens. The image received on the server is like this: (this data is huge)
b'\xff\xd8\xff\xe1\x02;Exif\x00\x00MM\x00*\x00\.....'
So, now i want to convert it in this format: [255, 234, 70, 115, ....].