I have a Database with a column named “data”.
In it is a blob that holds binary data that when converted is an image.
How do I get turn that data from the Mysql Blob, binary numbers, into an image?
Seems like an easy enough thing to do, but I can’t find the answer out anywhere.
Thanks!