Click or drag to resize

SingleWavelengthReconstructionSaveHologram Method (Hologram, String)

Saves a hologram in TIFF format

Namespace:  LynceeTec.Processing.Holography
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public static int SaveHologram(
	Hologram hologram,
	string fileName
)

Parameters

hologram
Type: LynceeTec.InterfacesHologram
Hologram to save
fileName
Type: SystemString
The full path and filename (including extension) to save to. The directory must already exist.

Return Value

Type: Int32
See Also