FreeImage.NET Class Library Reference
FreeImageTmoDrago03 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 static FIBITMAP TmoDrago03( FIBITMAP src, double gamma, double exposure )
Parameters
- src
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - 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: FIBITMAPHandle to a FreeImage bitmap.
See Also