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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -