I have a database with a column filled with image binaries data. After I made some research I figuried out how to detect in which image format is the data. Lets say in of the re
All you need is imagecreatefromstring() to read your data and imagejpeg() to output in jpeg format.