Laravel – Error converting base64 to real image – file could not be opened
I am trying to convert an image stored in a MySQL Database to a real image. I am able to download the image, decode it and transfer it to a folder. However, when I try to open the image I…