MacOS:获取非活动应用程序的屏幕

时间:2018-08-10 04:00:36

标签: python python-3.x macos screenshot

在最小化进程之后,我试图获取后台另一个进程的应用程序屏幕截图。反正我能做到吗?

类似于问题here

但是我无法在Macbook上使用它,因为我使用public function getStoreOpenAttribute($value) { return date('h:i a' , strtotime($this->attributes['store_open'].":00")) ; } public function getStoreCloseAttribute($value) { return date('h:i a' , strtotime($this->attributes['store_close'].":00")) ; } 作为win32gui而不是Quartz来获取屏幕处理和屏幕截图。

1 个答案:

答案 0 :(得分:-1)

您的计算机上应该有一个名为Grab的应用程序。在“应用程序/实用工具”文件夹中。 Grab是一个屏幕截图实用程序,可让您更好地控制屏幕截图中包含的内容。通过从Grab中选择该选项,可以获取任何窗口的屏幕截图。