FreeImage.NET Class Library Reference
FreeImageBitmapTmoDrago03 Method |
Converts a High Dynamic Range image to a 24-bit RGB image using a global
operator based on logarithmic compression of luminance values, imitating
the human response to light.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool TmoDrago03( double gamma, double exposure )
Parameters
- gamma
- Type: SystemDouble
A gamma correction that is applied after the tone mapping. A value of 1 means no correction. - exposure
- Type: SystemDouble
Scale factor allowing to adjust the brightness of the output image.
Return Value
Type: BooleanReturns true on success, false on failure.
See Also