Saudumm/scriptable-News-Widget

Blurimage

Opened this issue · 1 comments

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!

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)