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=gizmoName | Specifies the name of the targeted Gizmo window. If you omit /N then ExportGizmo operates on the top Gizmo window. | |
| /P=pathName | Saves the file into folder specified by pathName, which is the name of an existing symbolic path. | |
| /Z | Suppress errors. | |
Keywords
| clip | Copy the current image to the clipboard. The copy is performed at the current resolution factor and saved in TIFF format. | |
| EPS | EPS is no longer supported for Gizmo windows. | |
| PDF is no longer supported for Gizmo windows. | ||
| Prints the Gizmo window on the default printer without displaying a print dialog. | ||
| wave=wName | Saves 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
ModifyGizmo, NewGizmo, AppendToGizmo, GetGizmo, GizmoInfo, RemoveFromGizmo