diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 4743eab..7047e07 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-17T09:31:34","documenter_version":"1.4.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-17T09:32:28","documenter_version":"1.4.0"}} \ No newline at end of file diff --git a/dev/functionreference/index.html b/dev/functionreference/index.html index af40b2d..8b65a2e 100644 --- a/dev/functionreference/index.html +++ b/dev/functionreference/index.html @@ -1,2 +1,2 @@ -Function Reference · ImageClipboard.jl

Function reference

Index

Public methods

Private methods

+Function Reference · ImageClipboard.jl

Function reference

Index

Public methods

Private methods

diff --git a/dev/index.html b/dev/index.html index d8b09f7..c9c2011 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,5 +1,5 @@ -Home · ImageClipboard.jl

ImageClipboard

Copy & Paste images with Julia

Install

pkg> add ImageClipboard

Basic usage

Just like clipboard in InteractiveUtils deals with string contents, this package provides clipboard_img to work with image contents:

using Images, ImageClipboard
+Home · ImageClipboard.jl

ImageClipboard

Copy & Paste images with Julia

Install

pkg> add ImageClipboard

Basic usage

Just like clipboard in InteractiveUtils deals with string contents, this package provides clipboard_img to work with image contents:

using Images, ImageClipboard
 
 # Create a random image
 img = rand(RGB{N0f8}, 100, 200)
@@ -11,4 +11,4 @@
 img2 = clipboard_img()
 
 # These are the same images
-img == img2  # true

Sample screenshots

Copy an image

Paste an image

Julia Compatibility

For Julia versions older than v"1.3", you need to manually install the image IO backend ImageMagick.jl first.

  • ClipData.jl enables users to copy/paste to/from Excel, Google Sheets, and other tabular data sources into interactive Julia sessions.
+img == img2 # true

Sample screenshots

Copy an image

Paste an image

Julia Compatibility

For Julia versions older than v"1.3", you need to manually install the image IO backend ImageMagick.jl first.

  • ClipData.jl enables users to copy/paste to/from Excel, Google Sheets, and other tabular data sources into interactive Julia sessions.