![]() |
VOOZH | about |
The contrast() function is an inbuilt function in the Pgmagick library which is used to enhance or reduce the contrast of the image. The function returns the true value on success.
Syntax:
contrast(multiplier)
Parameters: This function accepts a single parameter multiplier which is the factor by which the contrast of image should increase or decrease.
Return Value: This function returns the Pgmagick object with image added.
Input Image:
Example 1:
Output:
Example 2: