-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added Blur feature #26
Conversation
Blur function is CPU intensive so I think there should be an upper bound on the radius. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @kavishgambhir ! Thanks for the contribution! This is very nice.
Some minor feedbacks/questions would be:
- do you have any reason on making new test.jpg file? Instead of making new file, can we reuse the test.png file instead and decode the blurred testcase in png instead? If there's no concern/reasoning around why we should use jpeg, can you change it to png instead?
LGTM for now. Thank you for your contribution @kavishgambhir! PS: Adding a TODO for myself to wrap the Process call in a separate goroutine with a termination timeout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also LGTM
If you don't mind I would like to take up this issue |
ref: #25