Documentation
¶
Overview ¶
Package clipboard provides system clipboard image reading.
Index ¶
Constants ¶
View Source
const MaxImageBytes = 10 * 1024 * 1024
MaxImageBytes is the maximum clipboard image size accepted (10 MB).
Variables ¶
View Source
var ErrNoImage = errors.New("clipboard does not contain image data")
ErrNoImage is returned when the clipboard doesn't contain image data.
View Source
var ErrUnsupported = errors.New("clipboard image reading not supported on this platform")
ErrUnsupported is returned on platforms without clipboard image support.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.