_BurnScale, _BurnScaleND, _BurnSpectralBar, _CreateViewSnapshotFullND, _CreateViewSnapshotInRect, _CreateViewSnapshotND, _InsertOverlayND, BurnScale, BurnScaleND, BurnVectorObjects, CreateViewSnapshot, CreateViewSnapshotFull, CreateViewSnapshotFullND, CreateViewSnapshotND, InsertOverlay, InsertOverlayND, InsertScale, InsertScaleEx
Interactive menu 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 menu 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
This function runs the Edit > Create View Snapshot (8bit RGB) menu command.
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 menu 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
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
This function runs the Edit > Burn Overlay (8bit RGB) menu command.
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.
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) menu command.
Description 
_BurnScale();
This function displays the Burn Scale dialog window.
See Also 
_BurnScaleND, BurnScale, BurnScaleND
This function runs the Burn Scale menu 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) menu command.
Description 
_BurnSpectralBar();
Inserts a spectral scale bar into the current spectral image.
This function runs the Edit > Create Full View Snapshot (8bit RGB) menu 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) menu 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.