etro
etro copied to clipboard
Support a noninteger radius for GaussianBlur
Currently, only integer values for the radius of GaussianBlur
are allowed. It would be nice to allow floats, but the current implementation creates a Gaussian kernel from the radius. We need to find an implementation to support non-integer radius values.