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)
Syntax
Visual Basic (Declaration) |
---|
Public Function TmoFattal02 ( _
color_saturation As Double, _
attenuation As Double _
) As Boolean |
Visual C++ |
---|
public:
bool TmoFattal02(
double color_saturation,
double attenuation
) |
Parameters
- color_saturation
- Type: System..::.Double
Color saturation (s parameter in the paper) in [0.4..0.6]
- attenuation
- Type: System..::.Double
Atenuation factor (beta parameter in the paper) in [0.8..0.9]
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