The
wave() function is an inbuilt function in the Pgmagick library which is used to alter an image along with a sine wave. The function returns the true value on success.
Syntax:
wave(amplitude, wavelength)
Parameters: This function accept two parameters as mentioned above and described below:
- amplitude: This parameter stores the value of the amplitude of the sine wave.
- wavelength: This parameter stores the value of the wavelength of the sine wave.
Return Value: This function returns the Pgmagick object with image added.
Input Image:
👁 Image
Example 1:
Output:
👁 Image
Example 2: