_Industrial_CaptureShading, _Industrial_CloseCurrentDocument, _Industrial_EDF_RealTimeEDF, _Industrial_ImageOpen, _Industrial_ImagePrintSetup, _Industrial_ImageSave, _Industrial_ImageSaveAs, _Industrial_LargeImageGrabbing, _Industrial_LargeImageGrabbingFreeShape, _Industrial_Stg_LargeImageStageScanningWithZ, _Industrial_Stg_ShowZoomConfig, ChangeMainView, Industrial_ImagePrint, Industrial_ImageSave, Industrial_ImageSaveAs, SetIndustrialGUI, ToggleHistogram, ToggleMainView
Description
ChangeMainView(
int ChangeMainView
);
Changes view in the simplified layout of the Industrial GUI module.
Description
_Industrial_EDF_RealTimeEDF();
Equals the _EDF_RealTimeEDF function which opens the Real Time EDF window. The function is used in the Simple Control layout.
Description
Industrial_ImagePrint();
It is a simplified version of the ImagePrint function used in the Simple Control layout.
Description
Industrial_ImageSave();
It is a simplified version of the ImageSave function used in the Simple Control layout.
Description
Industrial_ImageSaveAs( char *Image
, intImType
, intImCompr
);
It is a simplified version of the ImageSaveAs function used in the Simple Control layout.
Parameters
ImCompr
Image compression.
ND2 format - lossless | |
TIF, TIFF format - no compression | |
TIF, TIFF format - LZW compression | |
TIF, TIFF format - LZMA compression | |
JPG, JPEG format - level of compression (0 = Lowest, 4 = Highest) | |
ICS format - no compression | |
OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - no compression | |
OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - LZW compression | |
JSON format - no compression | |
JSON format - LZW compression | |
LSM format - no compression | |
LIM format - lossless | |
LIM format - no compression | |
BMP format - no compression | |
JP2 format - level of compression (0 = lossless) | |
GIF format - lossless (not binary image, key needed) | |
PNG format - no compression | |
AVI format - this parameter is ignored. Compression depends on the selected codec an its settings. | |
MP4 format - this parameter is ignored. Compression depends on the selected codec an its settings. |
Description
SetIndustrialGUI(
int IndustrialGUI
);
Displays the Simple Control application layout.
Description
ToggleHistogram();
Shows/hides the Histogram control panel. It calls the ShowControl function and switches the second parameter from 0 to 1 or vice versa.
Description
ToggleMainView();
Changes view in the simplified layout of the Industrial GUI module.
Description
_Industrial_CaptureShading();
It is a simplified version of the _CaptureShading function used in the Simple Control layout.
Description
_Industrial_CloseCurrentDocument();
It is a simplified version of the _CloseCurrentDocument function used in the Simple Control layout.
Description
_Industrial_ImageOpen();
It is a simplified version of the _ImageOpen function used in the Simple Control layout.
Description
_Industrial_ImagePrintSetup();
Defines the printer settings used for printing in the Simple Control layout (see ImagePrint).
Description
_Industrial_ImageSave();
It is a simplified version of the _ImageSave function used in the Simple Control layout.
Description
_Industrial_ImageSaveAs();
It is a simplified version of the _ImageSaveAs function used in the Simple Control layout.
Description
_Industrial_LargeImageGrabbing();
It is a simplified version of the _LargeImageGrabbing function used in the Simple Control layout.
Description
_Industrial_LargeImageGrabbingFreeShape();
It is a simplified version of the _LargeImageGrabbingFreeShape function used in the Simple Control layout.
Description
_Industrial_Stg_LargeImageStageScanningWithZ();
It is a simplified version of the _Stg_LargeImageStageScanningWithZ function used in the Simple Control layout.
Description
_Industrial_Stg_ShowZoomConfig();
It is a simplified version of the _Stg_ShowZoomConfig function used in the Simple Control layout.