Hi there!

My program takes screenshots using QPixmap::grabWindow(); then I convert it to PNG.

However the convertion is very slow (about 1 sec) and I need it to be much faster than that.

Any idea


In fact, I think that if I can capture the screen directly as a PNG, it would be great but I don't know how to do that.