登录
go语言屏幕截图
已收录文章:1篇
三天内
三天内
一周内
一月内
三月内
最新
最热
Golang
·
Go教程
| 2年前 |
go语言屏幕截图
·
golang
go语言实现屏幕截图的示例代码
借助第三方库 https://github.com/kbinani/screenshot 安装 go get github.com/kbinani/screenshot 方法 详情查看https://pkg.go.dev/github.com/vova616/screenshot 自定义截图 Capture func Capture(x, y, width, height int) (*image.RGBA, error)
295
收藏