VL.HTMLToImage

Yes, the IImage interface expects uncompressed pixel data. so BMP seems to be the correct choice. otherwise the HTML renderer would compress, just to decompress right after it.

usually you have to set the format to some BGR(A) order.