Documentation
¶
Overview ¶
Package imageclip reads image data from the operating system clipboard.
Index ¶
Constants ¶
View Source
const ( // MaxImageBytes is the largest clipboard image jiratui will read. MaxImageBytes = 25 << 20 // MaxImageDimension is the largest supported width or height in pixels. MaxImageDimension = 16_384 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemReader ¶
type SystemReader struct{}
SystemReader uses the clipboard tools available on the current platform.
Click to show internal directories.
Click to hide internal directories.