Printing Image (chromium webkit)

Hi, I cannot find out how to allow printing image in compiled app. I created print.css styles so I am able to print page in appropriate format but one thing is still missing - the logo image. In real browser (e.g. firefox) there is settings where you can allow image printing but I did not find any similar setting in exe-output.

Is it possible to allow image printing?

Chromium print support is limited unfortunately. If you want to print images, you can also try the PHP’s printer extension: http://www.php.net/manual/en/function.printer-draw-bmp.php