Replies: 1 comment 1 reply
-
The default value for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The ImageMagick has
-gaussian-blur 0.05
(-gaussian-blur radius{xsigma}
) and Magick.Net has the same but with two parameterspublic void GaussianBlur(double radius, double sigma)
.Should I code like this?
GaussianBlur(0.05,0)
Beta Was this translation helpful? Give feedback.
All reactions