_BurnScale, _BurnScaleND, _BurnSpectralBar, _CreateMontageView, _CreateViewSnapshotFullND, _CreateViewSnapshotInRect, _CreateViewSnapshotND, _InsertOverlayND, BurnScale, BurnScaleND, BurnVectorObjects, CreateDocumentAsSliceViewProjection, CreateDocumentAsSliceViewProjectionUnscaled, CreateViewSnapshot, CreateViewSnapshotFull, CreateViewSnapshotFullND, CreateViewSnapshotND, InsertOverlay, InsertOverlayND, InsertScale, InsertScaleEx
Interactive command to this function: Edit > Burn Scale (RGB)
Description
BurnScale();
This function inserts the current scale layer into the color image. The scale becomes part of the image.
See Also
BurnScaleND, _BurnScale, _BurnScaleND
Interactive command to this function: Burn Scale
Description
BurnScaleND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function inserts the current scale layer into the color image. The scale becomes part of the image.
Parameters
See Also
BurnScale, _BurnScale, _BurnScaleND
Description
BurnVectorObjects( intVectorLayer
, intOverlayLayer
, intViewingComp
);
This function inserts current vector objects to the color image layer.
Parameters
Description
CreateDocumentAsSliceViewProjection(
char *NDNameView
);
If a document is displayed in the slices view, this function creates a new document from one of the views (XY, XZ, YZ, XT, YT). If two dimensions (T and Z) are present, an ND2 file will be the output.
Description
CreateDocumentAsSliceViewProjectionUnscaled(
char *NDNameView
);
If a document is displayed in the slices view, this function creates a new document from one of the views (XY, XZ, YZ, XT, YT) and preserves the Z calibration. If two dimensions (T and Z) are present, an ND2 file will be the output.
Description
CreateViewSnapshot();
This function creates a new color image from all visible image layers such as graticules, scale, etc. A new document window is opened and the new image is called “View Snapshot”.
Description
CreateViewSnapshotFull();
Creates a snapshot of the whole current image in full resolution. This function is called when the Edit > Create Full View Snapshot command is run on a non-ND image.
See Also
_CreateViewSnapshotFullND, CreateViewSnapshotFullND, _CreateViewSnapshotFullND
Interactive command to this function: Edit > Create Full View Snapshot (8bit RGB)
Description
CreateViewSnapshotFullND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Creates a snapshot of the whole current image in full resolution. This function is called when the Edit > Create Full View Snapshot command is run on an ND image.
Parameters
See Also
_CreateViewSnapshotFullND, CreateViewSnapshotFull, _CreateViewSnapshotFullND
Interactive command to this function: Edit > Create View Snapshot (8bit RGB)
Description
CreateViewSnapshotND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function creates a new color image from all visible image layers such as graticules, scale, etc. A new document window is opened and the new image is called “View Snapshot”.
Parameters
Description
InsertOverlay();
This function copies contents of the overlay image to the color image.
Note
The overlay image displays simultaneously current color and binary images.
Interactive command to this function: Edit > Burn Overlay (8bit RGB)
Description
InsertOverlayND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
This function copies contents of the overlay image to the color image.
Parameters
Note
The overlay image displays simultaneously current color and binary images.
See Also
ViewOverlay
Description
InsertScale( char *ScaleBar
, intUnit
, intColor
, intPosX
, intPosY
, intDescribe
);
This function draws a rectangle into the current binary image.
PosX and PosY parameters specify the x and y coordinate of the scale start point. -1 value places the scale to the bottom-right corner of the image.
Parameters
Description
InsertScaleEx( char *ScaleBar
, intUnit
, intPosX
, intPosY
, intDescribe
);
Draws a rectangle into the current binary image which can be used as a scale bar.
PosX and PosY parameters specify the x and y coordinate of the scale start point. -1 value places the scale to the bottom-right corner of the image.
Parameters
This function runs the Edit > Burn Scale (RGB) command.
Description
_BurnScale();
This function displays the Burn Scale dialog window.
See Also
_BurnScaleND, BurnScale, BurnScaleND
This function runs the Burn Scale command.
Description
_BurnScaleND();
This function equals the BurnScale function except when performed on ND2 document you will be prompt to select whether to process the current image, selected dimension, or the whole ND document.
See Also
_BurnScale, BurnScale, BurnScaleND
This function runs the Edit > Burn Spectral Bar (RGB) command.
Description
_BurnSpectralBar();
Inserts a spectral scale bar into the current spectral image.
This function runs the Edit > Create Montage (8bit RGB) command.
Description
_CreateMontageView();
This function enables the user to create image montage containing the image, control panel screenshots or another opened images. It displays the Montage View window.
This function runs the Edit > Create Full View Snapshot (8bit RGB) command.
Description
_CreateViewSnapshotFullND();
Creates a snapshot of the whole current image in full resolution.
See Also
_CreateViewSnapshotND
This function runs the Edit > Create View Snapshot in Rectangle (8bit RGB) command.
Description
_CreateViewSnapshotInRect();
This function enables you to take a picture of a defined rectangular area. Draw the rectangle by mouse and confirm it by Enter. A new RGB document containing the snapshot of the selected part of the image is created.
This function runs the Edit > Create View Snapshot (8bit RGB) command.
Description
_CreateViewSnapshotND();
Opens the Create View Snapshot dialog window.
This function runs the Edit > Burn Overlay (8bit RGB) command.
Description
_InsertOverlayND();
Merges all layers of the current image to one color image.