WLED Bitmap support

I have a single WS2812 LED strip with 512 LEDs.
I also have a bitmap that is 512 pixels wide and 80 pixels tall.

Is it possible to get the ESP32 WLED to display one 512 pixel row of my bitmap at a time and cycle through the rows from 1 to 80 and then continually repeat this?

This is similar to how the POV (Persistence of Vision) works with other LED controllers, but I just want to loop between the 80 rows at a constant rate of about 1 row every 100 milliseconds.

Not yet, but 2D work has been finished and it is only a matter of time until someone implements bitmap (JPEG, GIF, PNG, …) display.