ImagickKernel::addUnityKernelAdds a Unity Kernel to the kernel list Description
public void ImagickKernel::addUnityKernel(float
$scale )Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels. ParametersThis function has no parameters. Return Values
Examples
Example #1 ImagickKernel::addUnityKernel
Example #2 ImagickKernel::addUnityKernel
|