FreeImageBitmap.TmoReinhard05 Method

FreeImage.NET

FreeImageBitmapTmoReinhard05 Method
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool TmoReinhard05(
	double intensity,
	double contrast
)

Parameters

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

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also