bgreenblatt

Results 2 issues of bgreenblatt

I have a requirement to supply the radius instead of calculating it based on the sigma input. I implemented it like this: ``` -func Blur(img image.Image, sigma float64) *image.NRGBA {...

Some SQL engines like SQLite allow strings to be enclosed in single quotes, like this: SELECT c1 FROM t1 WHERE c2 == 'ID2' Could we add support for this in...