Click or drag to resize
ThermalImageFileIsThermalImage Method
Check if the file contains thermal data.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public static bool IsThermalImage(
	string fileName
)

Parameters

fileName
Type: SystemString
path to file.

Return Value

Type: Boolean
true if thermal image.
See Also