Could RoonApiImage method get_image return uncompressed bitmap

Hi there,
I was wondering if you could please make it that the method:

https://roonlabs.github.io/node-roon-api/RoonApiImage.html

Return an uncompressed image file in BMP format
(if not possible, would an uncompressed PNG be possible?)

and in a perfect world, could a raw pixel dump (3 bytes per pixel, RGB) be possible?

My use case is rendering the image on a tiny embedded system which doesn’t have the power to decode compressed images.

Thanks
Guy