[Sloved] Convert image back from base64 encoding

Post your Gambas programming questions here.
AndyGable
Posts: 359
Joined: Wednesday 2nd December 2020 12:11am
Location: Northampton, England
Contact:

Re: [Sloved] Convert image back from base64 encoding

Post by AndyGable »

Once you explain that what I was getting from the database was string data correctly formatted I just changed it to be

ImageFile.Image = Image.fromstring(frombase64(image string))
Post Reply