ESP32 + ILI9341 + images =?

Hi again,

Playing with ILI9341 and from docs I know you can display images with:

image:
  - file: "image.png"
    id: my_image
    resize: 100x100

but that image has to be at pc during flashing.

Is it possible to store a image from http (I can manage that with C++) store it in RAM and then display on ILI ?