I know on Windows, powershell Get-Clipboard -format image
outputs the clipboard image.
But the Set-Clipboard
command doesn't seem to support image.
Also, how to transform the output from Get-Clipboard -format image
to buffer or base64 string?
I know on Windows, powershell Get-Clipboard -format image
outputs the clipboard image.
But the Set-Clipboard
command doesn't seem to support image.
Also, how to transform the output from Get-Clipboard -format image
to buffer or base64 string?