Industrial GUI

_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

ChangeMainView

Description 

 ChangeMainView(
   int  ChangeMainView
);

Changes view in the simplified layout of the Industrial GUI module.

Parameters

int ChangeMainView

Changes view in the simplified layout of the Industrial GUI int.module.

0

Captured image is on the right side.

1

Live image is on the right side with the captured image in the middle.

_Industrial_EDF_RealTimeEDF

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.

Industrial_ImagePrint

Description 

 Industrial_ImagePrint();

It is a simplified version of the ImagePrint function used in the Simple Control layout.

Industrial_ImageSave

Description 

 Industrial_ImageSave();

It is a simplified version of the ImageSave function used in the Simple Control layout.

Industrial_ImageSaveAs

Description 

 Industrial_ImageSaveAs(
   char *Image,
   int  ImType,
   int  ImCompr
);

It is a simplified version of the ImageSaveAs function used in the Simple Control layout.

Parameters

char *Image

Complete path to the image.

int ImType

Type of image to be saved.

1

Binary image

2

Color image

3

Color image with binary

8

Vector annotations

14

All layers (ND2 file)

15

All layers with binary (ND2 file)

18

All layers (TIF, TIFF file)

19

All layers with binary (TIF, TIFF file)

30

All layers (OME-TIFF file)

31

All layers with binary (OME-TIFF file)

int ImCompr

Image compression.

0

ND2 format - lossless

0

TIF, TIFF format - no compression

1

TIF, TIFF format - LZW compression

2

TIF, TIFF format - LZMA compression

0-4

JPG, JPEG format - level of compression (0 = Lowest, 4 = Highest)

0

ICS format - no compression

0

OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - no compression

1

OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - LZW compression

0

JSON format - no compression

1

JSON format - LZW compression

0

LSM format - no compression

0

LIM format - lossless

2

LIM format - no compression

0

BMP format - no compression

0-5

JP2 format - level of compression (0 = lossless)

0

GIF format - lossless (not binary image, key needed)

0

PNG format - no compression

0

AVI format - this parameter is ignored. Compression depends on the selected codec an its settings.

0

MP4 format - this parameter is ignored. Compression depends on the selected codec an its settings.

SetIndustrialGUI

Description 

 SetIndustrialGUI(
   int  IndustrialGUI
);

Displays the Simple Control application layout.

Parameters

int IndustrialGUI

0

Do not display the layout.

1

Display the layout.

ToggleHistogram

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.

ToggleMainView

Description 

 ToggleMainView();

Changes view in the simplified layout of the Industrial GUI module.

_Industrial_CaptureShading

Description 

 _Industrial_CaptureShading();

It is a simplified version of the _CaptureShading function used in the Simple Control layout.

_Industrial_CloseCurrentDocument

Description 

 _Industrial_CloseCurrentDocument();

It is a simplified version of the _CloseCurrentDocument function used in the Simple Control layout.

_Industrial_ImageOpen

Description 

 _Industrial_ImageOpen();

It is a simplified version of the _ImageOpen function used in the Simple Control layout.

_Industrial_ImagePrintSetup

Description 

 _Industrial_ImagePrintSetup();

Defines the printer settings used for printing in the Simple Control layout (see ImagePrint).

_Industrial_ImageSave

Description 

 _Industrial_ImageSave();

It is a simplified version of the _ImageSave function used in the Simple Control layout.

_Industrial_ImageSaveAs

Description 

 _Industrial_ImageSaveAs();

It is a simplified version of the _ImageSaveAs function used in the Simple Control layout.

_Industrial_LargeImageGrabbing

Description 

 _Industrial_LargeImageGrabbing();

It is a simplified version of the _LargeImageGrabbing function used in the Simple Control layout.

_Industrial_LargeImageGrabbingFreeShape

Description 

 _Industrial_LargeImageGrabbingFreeShape();

It is a simplified version of the _LargeImageGrabbingFreeShape function used in the Simple Control layout.

_Industrial_Stg_LargeImageStageScanningWithZ

Description 

 _Industrial_Stg_LargeImageStageScanningWithZ();

It is a simplified version of the _Stg_LargeImageStageScanningWithZ function used in the Simple Control layout.

_Industrial_Stg_ShowZoomConfig

Description 

 _Industrial_Stg_ShowZoomConfig();

It is a simplified version of the _Stg_ShowZoomConfig function used in the Simple Control layout.