diff --git a/reference/imagick/imagick/convolveimage.xml b/reference/imagick/imagick/convolveimage.xml index b35a9de5af..22f9da1fcb 100644 --- a/reference/imagick/imagick/convolveimage.xml +++ b/reference/imagick/imagick/convolveimage.xml @@ -1,5 +1,5 @@ - + Imagick::convolveImage @@ -28,6 +28,7 @@ kernel + The convolution kernel @@ -35,6 +36,10 @@ channel + Provide any channel constant that is valid for your channel mode. To + apply to more than one channel, combine channeltype constants using + bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + list of channel constants.