Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurimage #8

Open
debeetle opened this issue Feb 7, 2021 · 1 comment
Open

Blurimage #8

debeetle opened this issue Feb 7, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@debeetle
Copy link

debeetle commented Feb 7, 2021

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!

@Saudumm
Copy link
Owner

Saudumm commented Feb 8, 2021

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)

@Saudumm Saudumm self-assigned this Feb 8, 2021
@Saudumm Saudumm added the question Further information is requested label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants