Clipboard image

From Eigenvector Research Documentation Wiki
Revision as of 10:44, 30 September 2009 by imported>Scott (Created page with '===Purpose=== Copy and paste images to/from the system clipboard. ===Synopsis=== :out = clipboard_image(mode,img,options) ===Description=== '''Copies to''' or '''pastes from…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

See Also

editds, miagui