I have this app which stores images in base 64 string in database. Storing in disk is no option here. However,
- I would want to choose the lightest between base 64, hex and binary. Can anyone help, please. 
- I also appreciate conversion from base 64 to either of the other two. 
I am using PHP
 
    