 | SingleWavelengthReconstructionSaveImage Method |
Saves an image in TIFF format
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntaxpublic virtual void SaveImage(
windowsList winId,
string pstrFileName,
Colormaps cMap,
bool invCmap
)
public:
virtual void SaveImage(
windowsList winId,
String^ pstrFileName,
Colormaps cMap,
bool invCmap
)
Parameters
- winId
- Type: LynceeTec.ProcessingwindowsList
The image to save (phase, amplitude,...). Valid values are either [!:windowsList.holoWin], [!:windowsList.amplWin], [!:windowsList.phaseWin]
or [!:windowsList.fourierWin] and cannot be combined. To save several images (for example phase and amplitude), the function must be called several times. - pstrFileName
- Type: SystemString
The full path and filename (including extention) to save to. The directory must already exist. - cMap
- Type: LynceeTec.InterfacesColormaps
The color map to use. - invCmap
- Type: SystemBoolean
If set to true, uses the inverted colormap
Implements
IReconstructionSaveImage(windowsList, String, Colormaps, Boolean)
See Also