Clipboard image
Jump to navigation
Jump to search
Purpose
Copy and paste images to/from the system clipboard.
Synopsis
- out = clipboard_image(mode,img,options)
Description
Copies to or pastes from system clipboard via Java. Uses evriImageWriter.jar located in the MIA_Toolbox/utilities folder.
Inputs
- mode = ['copy'|'paste'] Set or get current clipboard.
- img = [numeric | DSO] Image data to paste to clipboard.
Outputs
- out = Image DSO of image data found on clipboard when using mode = paste.
Options
options = a structure array with the following fields:
- usescale: [{'yes'}|'no'] Use scaletouint8 to scale image data before export.