>>>>> "BP" == Bruce Peterson <[EMAIL PROTECTED]> writes:
BP> Yes BP> after some further investigation it appears that the majority of BP> bitmap functions occur in the Windows gdi32.dll library. Using Mark BP> Hammond's notation the corresponding extension should be win32gdi.pyd BP> -- which doesn't exist. BP> I'm trying to do an programmatic screen capture to a file (so I can BP> stitch them together to make a movie of a dynamic process). The other BP> two routes I've tried -- Fred Lundh's grabscreen and Sam Rushing's BP> anydll, don't appear to work (can't find dll message) with Python 2.2. BP> Any other suggestions welcome. Well, ImageMagick does screen capture, and has a Python interface: http://www.imagemagick.org/ And Gimp-Python could probably get you there as well, but it might be a long, hard walk. Lots of capability, though. http://www.daa.com.au/~james/pygimp/ -- Patricia J. Hawkins Hawkins Internet Applications, LLC _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython