屏幕截图
该框架使在OS X中捕获屏幕快照变得容易。
为了捕获屏幕区域,它使用NSTask调用/usr/sbin/screencapture 。
迦太基
github "nirix/swift-screencapture"
如何使用它
可以在“ Example目录中找到示例应用程序。
屏幕截图
import ScreenCapture
// Capture part of the screen
let regionUrl = ScreenCapture. captureRegion ( " /path/to/save/to.png " )
// Capture the entire sc
评论0
最新资源