Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_ImageExp_Inp(mlib_image *srcdst);
The mlib_ImageExp_Inp() function computes the exponent of the image pixels, in place.
It uses the following equation:
srcdst[x][y][i] = e**srcdst[x][y][i]
The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE | 
|---|---|
| Interface Stability | Committed | 
| MT-Level | MT-Safe | 
Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also