screenshot

package module
v0.0.0-...-9aee9d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2022 License: MIT Imports: 3 Imported by: 0

README

Screenshot

Simple cross-platform pure Go screen shot library. (tested on linux&windows&osx)


Installation

go get github.com/vova616/screenshot

Basic Usage

Import the package

import (
    "github.com/vova616/screenshot"
)
func main() {
    img, err := screenshot.CaptureScreen()
    myImg := image.Image(img)
}

Dependencies


Examples

Look at example/ folder.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CaptureRect

func CaptureRect(rect image.Rectangle) (*image.RGBA, error)

func CaptureScreen

func CaptureScreen() (*image.RGBA, error)

func ScreenRect

func ScreenRect() (image.Rectangle, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL