Clipboard Helper Functions

These functions are exported by the KS module.

CopyImageToClipboard

CopyImageToClipboard(Filename , Options)

Loads an image and places an independent copy on the clipboard. Options accepts the same image-loading options as LoadPicture. The clipboard copy shares no handle with and does not lock the source file.

IsClipboardEmpty

IsEmpty := IsClipboardEmpty()

Returns 1 (true) if the clipboard contains no data, or 0 (false) otherwise.

A_Clipboard, ClipboardAll, Image.FromClipboard