You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I do to adjust the blur-strength of images? I do find some codes in line 1382 or so, but I failed in making it work for my change. Thanks all the time!
The text was updated successfully, but these errors were encountered:
Hi! The blur strength is calculated based on the resolution of the image. You can set your own value if you add blurStrength =200; (or a different number)
at line 1387 (line number from github, latest version of the script). That way you should be able to override all blur strength calculations. (at least that's what I hope)
How can I do to adjust the blur-strength of images? I do find some codes in line 1382 or so, but I failed in making it work for my change. Thanks all the time!
The text was updated successfully, but these errors were encountered: