The channel value is not converted to an integer
The operation and the image effect plugins accept an array of string for the channel value, but `\Gmagick` expects an integer value. When a channel value is passed to a `\Gmagick` method that expects a channel value, that should be converted to an integer value using the constants the class defines.
issue