Function reference
Index
ImageClipboard._osascriptImageClipboard._osascriptImageClipboard._powershellImageClipboard._powershellImageClipboard._wlclipboardImageClipboard._wlclipboardImageClipboard._xclipImageClipboard._xclipImageClipboard.clipboard_imgImageClipboard.clipboard_img
Exported methods
ImageClipboard.clipboard_img — Method
clipboard_img() -> AbstractMatrix{<:Colorant}Paste an image from clipboard
ImageClipboard.clipboard_img — Method
clipboard_img(img::AbstractMatrix{<:Colorant})Copy an image to clipboard
Private methods
ImageClipboard._osascript — Method
_osascript(img::AbstractMatrix{<:Colorant})Copy an image to clipboard using osascript
ImageClipboard._osascript — Method
_osascript() -> AbstractMatrix{<:Colorant}Paste an image from clipboard using osascript
ImageClipboard._powershell — Method
_powershell(img::AbstractMatrix{<:Colorant})Copy an image to clipboard using powershell
ImageClipboard._powershell — Method
_powershell() -> AbstractMatrix{<:Colorant}Paste an image from clipboard using powershell
ImageClipboard._wlclipboard — Method
_wlclipboard(img::AbstractMatrix{<:Colorant})Copy an image to clipboard using wl-copy
ImageClipboard._wlclipboard — Method
_wlclipboard() -> AbstractMatrix{<:Colorant}Paste an image from clipboard using wl-paste
ImageClipboard._xclip — Method
_xclip(img::AbstractMatrix{<:Colorant})Copy an image to clipboard using xclip
ImageClipboard._xclip — Method
_xclip() -> AbstractMatrix{<:Colorant}Paste an image from clipboard using xclip