FreeImage.TmoFattal02 Method

FreeImage.NET

FreeImageTmoFattal02 Method
Apply the Gradient Domain High Dynamic Range Compression to a RGBF image and convert to 24-bit RGB.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP TmoFattal02(
	FIBITMAP src,
	double color_saturation,
	double attenuation
)

Parameters

src
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
color_saturation
Type: SystemDouble
Color saturation (s parameter in the paper) in [0.4..0.6]
attenuation
Type: SystemDouble
Atenuation factor (beta parameter in the paper) in [0.8..0.9]

Return Value

Type: FIBITMAP
Handle to a FreeImage bitmap.
See Also