I have a flask backend, which sends an image to the vue frontend as described here:
with open(\'my_image_file.jpg\', \'rb\') as f: image_data = f.read() e