forked from SixLabors/ImageSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup General Convolution (SixLabors#887)
* Remove multiple premultiplication. * Use in DenseMatrix everywhere. * Make private * Dont convert vector row on first pass * Remove incorrectly assigned alpha. * Remove boxing. * Use correct min row. * Reorder parameters * Correctly handle alpha component. * Update tests * Use dedicated methods over branching.
- Loading branch information
1 parent
1576d3f
commit a2308a6
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters