Converts a High Dynamic Range image to a 24-bit RGB image using a global operator inspired by photoreceptor physiology of the human visual system.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool TmoReinhard05(
	double intensity,
	double contrast
)
Visual Basic (Declaration)
Public Function TmoReinhard05 ( _
	intensity As Double, _
	contrast As Double _
) As Boolean
Visual C++
public:
bool TmoReinhard05(
	double intensity, 
	double contrast
)

Parameters

intensity
Type: System..::.Double
Controls the overall image intensity in the range [-8, 8].
contrast
Type: System..::.Double
Controls the overall image contrast in the range [0.3, 1.0[.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also