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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -