 | SingleWavelengthReconstructionSaveImage Method |
Saves an image in TIFF format
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void SaveImage(
windowsList winId,
string fileName,
Colormaps cMap,
bool invCmap
)
public:
virtual void SaveImage(
windowsList winId,
String^ fileName,
Colormaps cMap,
bool invCmap
)
Parameters
- winId windowsList
- 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 String
- The full path and filename (including extension) to save to. The directory must already exist.
- cMap Colormaps
- The color map to use.
- invCmap Boolean
- If set to true, uses the inverted colormap
Implements
IReconstructionSaveImage(windowsList, String, Colormaps, Boolean)
See Also