Skip to main content

ExportGizmo

ExportGizmo [flags] keyword [=value]

The ExportGizmo operation is obsolete but is still supported for partial backward compatibility.

You can export Gizmo graphics using File→Save Graphics which generates a SavePICT command. The ExportGizmo operation is only partially supported. It can export to the clipboard or to an Igor wave and it can print but it can no longer export to a file. Use SavePICT instead.

Flags

/N=gizmoNameSpecifies the name of the targeted Gizmo window. If you omit /N then ExportGizmo operates on the top Gizmo window.
/P=pathNameSaves the file into folder specified by pathName, which is the name of an existing symbolic path.
/ZSuppress errors.

Keywords

clipCopy the current image to the clipboard. The copy is performed at the current resolution factor and saved in TIFF format.
EPSEPS is no longer supported for Gizmo windows.
PDFPDF is no longer supported for Gizmo windows.
printPrints the Gizmo window on the default printer without displaying a print dialog.
wave=wNameSaves the current image using 1x resolution as the 3D image wave specified by wName. The Gizmo window must be visible. If the Gizmo image contains any transparency the resulting wave is an unsigned byte 4-layer RGBA wave. Otherwise the wave is an unsigned byte 3-layer RGB wave.

See Also

3D Graphics

ModifyGizmo, NewGizmo, AppendToGizmo, GetGizmo, GizmoInfo, RemoveFromGizmo