Skip to content

Instantly share code, notes, and snippets.

@rgl
rgl / ss.go
Last active January 28, 2025 03:04 — forked from mitchellh/ss.go
take a screenshot of a specific Windows application window in pure Go
// +build windows
package screen
import (
"fmt"
"image"
"reflect"
"syscall"
"unsafe"