Python Imaging Library vs layered windows -
i'm using python imaging library take screenshot , save it. i'm trying take screenshot of program uses layered windows, doesn't show on image. know way around or maybe other way image memory? thanks
import imagegrab import os import time im = imagegrab.grab() im.save(os.getcwd() + "\\snap_" + str(time.strftime("%h-%m-%s")) + ".jpg","jpeg")
Comments
Post a Comment