[python-win32] screen capture and win32gui.GetDesktopWindow()
Tim Roberts
timr at probo.com
Thu Dec 7 18:26:11 CET 2006
James Matthews wrote:
> Can you just call a GUI api that interfaces directly with the graphics
> card?
That's exactly what BitBlt is. The simple fact is that desktop images
these days are HUGE. The device-to-memory path is not the most
optimized path in a graphics chip. It just takes time to snapshot the
screen.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-win32
mailing list