Click or drag to resize
IReconstructionSaveImage Method
Saves an image in TIFF format

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.5.0.22 6_5_dev_win7 724a893, built 2017-12-08 14:08:47 UTC
Syntax
void SaveImage(
	windowsList winId,
	string fileName,
	Colormaps cMap,
	bool invCmap
)

Parameters

winId
Type: LynceeTec.ProcessingwindowsList
The image to save (phase, amplitude,...). Valid values are either holoWin, amplWin, phaseWin or fourierWin and cannot be combined. To save several images (for example phase and amplitude), the function must be called several times.
fileName
Type: SystemString
cMap
Type: LynceeTec.InterfacesColormaps
The color map to use.
invCmap
Type: SystemBoolean
If set to true, uses the inverted colormap
See Also