Python: Convert and Parse image to base64
I currently working on generating an image, that needs to be encoded and decoded as base64 in different steps. However, I always get an error encoding error. I tried to save the image in between, change the encoding but it always comes down to the same error.