New Node: Sharpen node - #4516
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 1 file
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 1 file (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
All reported issues were addressed across 1 file
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|
the bug is on 426: from_gamma_srgb_channels() already returns an unassociated Color, so multiplying by original_a writes associated values into an Image<Color and darkens translucent pixels. suggestion- |
ba8466d to
d8baf5d
Compare
|
I have updated the code to handle the new color struct with unassociated alpha 944d00c. This also clears up the other issues in gaussian blur as well. |
This PR adds a new sharpen node to the Raster: Filter category, allowing users to sharpen images using unsharp masking.
Changes made
Notes on implementation
Part of #912