 | SingleWavelengthReconstructionSaveImage Method |
Saves an image in TIFF format
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 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,...) (single value). - 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
See Also