Skip to main content
dharmendrag
June 23, 2021
Question

Hex to base64 to image conversion

  • June 23, 2021
  • 1 reply
  • 0 views

Hi,

I need to convert the hex data stored in database to image. I am aware about base64 to image.

Please suggest some points to convert hex code to base64.

I tried the function hex2base64, but is returning null value.

Note: Hex data is 65K chacracters long

Thanks

    1 reply

    stefanhelzle0001
    Brainy
    June 23, 2021

    I think that would be a case for a custom plugin.