Registry / utility / kbinani-screenshot

kbinani-screenshot

JSON →
library0.0.0-20250624051815-089614a94018gogounverified

A Go library to capture screen shots as image.RGBA images.

go get github.com/kbinani/screenshot
INSTALL
IMPORT
SIG · KBINANI-SCREENSHOT
K
kbinani-screenshot
utilitygov0.0.0-20250624051815-089614a94018
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

screenshot
github.com/kbinani/screenshot

Capturing a portion of the screen.

package main import ( "fmt" "github.com/kbinani/screenshot" ) func main() { img, err := screenshot.Capture(0, 0, 100, 100) if err != nil { panic(err) } fmt.Println(img.Bounds()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250624051815-089614a94018latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kbinani-screenshot — go get kbinani-screenshot · libregistry