How to convert the image in base64 to lvgl img array and put it on the screen during runtime

Description

What MCU/Processor/Board and compiler are you using?

ESP32 , esp-idf v4.2.3

What LVGL version are you using?

LVGL v8.3

What do you want to achieve?

I am working on a project to get an image via websocket, the image is base64 encoded and I’m trying to put it on the screen during runtime. Can i do it or are there any solution to receive an image during runtime and put it on screen

What have you tried so far?

Code to reproduce

You can download your image to storage and show using an image decoder of your choice