8890 Commits (c825eccd10f14eb733cdbe4c75656005afae5aed)
 

Author SHA1 Message Date
Sergio Pedri c825eccd10 Improved loading of factors using permutation 5 years ago
Sergio Pedri 1033297a37 Add initial FMA resize kernel convolve implementation 5 years ago
James Jackson-South 9e7574f32a
Merge pull request #1508 from tkp1n/feature/vectorize-rgb2ycbcr-conversion 5 years ago
Nicolas Portmann 5033e3eb95 Improve algorithm 5 years ago
Nicolas Portmann 08a68af1a9 Allow epsilon of 1F for existing LUT converter 5 years ago
Nicolas Portmann 93099d1585 Add unit tests for both converters 5 years ago
Nicolas Portmann 429696bd5e Fix mistakes in final touches 5 years ago
Nicolas Portmann efd4d22665 Add initial vectorized implementation with benchmarks 5 years ago
James Jackson-South fade7571a5
Merge pull request #1506 from SixLabors/bp/Issue1505 5 years ago
James Jackson-South f50cc3f785
Merge branch 'master' into bp/Issue1505 5 years ago
James Jackson-South 496bc60997
Merge pull request #1504 from ptasev/pt/resize-alpha-option 5 years ago
Brian Popow 94829b82fc Add test case for #1505 5 years ago
Brian Popow a968b289a0 Use this.maxColors when getting size of the reduced palette, fixes #1505 5 years ago
Petar Tasev 8c77c494d6 Updated referenced image submodule to latest origin master. 5 years ago
Petar Tasev 62a01b7475 Split PixelConversionModifiers into a separate function. 5 years ago
Petar Tasev 0df047222b Add PremultiplyAlpha to ResizeOptions 5 years ago
James Jackson-South a841351c02
Merge pull request #1481 from SixLabors/js/faster-resize 5 years ago
James Jackson-South 3cbd8e393d Use explicit threadsafety declaration. 5 years ago
James Jackson-South 4fa43bffd2 Update PixelOperationsTests.cs 5 years ago
James Jackson-South bf9f25a142 Use properties for true Lazy. 5 years ago
James Jackson-South 933bb466ce Alter 32bit test environment accuracy check. 5 years ago
James Jackson-South 016de29898 Fix alpha companding. 5 years ago
James Jackson-South 94bc92b236 Update tests to match real-world case. 5 years ago
James Jackson-South 1ea6a00338 intitial implementation 5 years ago
James Jackson-South 89007db1a6 Minor style cleanup. 5 years ago
James Jackson-South 28bbbe4386
Merge pull request #1479 from SixLabors/js/cleanup-benchmarks 5 years ago
James Jackson-South 53be61e5c5 Update shared-infrastructure 5 years ago
James Jackson-South 71801bfbb6 cleanup 5 years ago
James Jackson-South 29a5b7af1b
Merge pull request #1478 from SixLabors/js/fix-template-link 5 years ago
James Jackson-South fc468344e6 Fix link + other docs tweaks. 5 years ago
James Jackson-South a603b96f70
Merge pull request #1419 from SixLabors/sp/image-wrap-ptr 5 years ago
James Jackson-South 62dc5d39f4
Merge branch 'master' into sp/image-wrap-ptr 5 years ago
James Jackson-South b4e7d80ec4
Merge pull request #1477 from SixLabors/sp/2pass-convolution-speedup 5 years ago
Sergio Pedri 14d2af4bdd Codegen improvements to Numerics.Clamp 5 years ago
Sergio Pedri aab2837d28 More codegen improvements to shared methods 5 years ago
Sergio Pedri a5bbe95e95 More codegen improvements to bokeh blur 5 years ago
Sergio Pedri ff86b651d2 More performance improvements to 2 pass convolution 5 years ago
Sergio Pedri f88fca750c Minor code tweaks 5 years ago
Sergio Pedri 4609fa0b40 Remove leftover ConvolutionRowOperation<TPixel> type 5 years ago
Sergio Pedri e8bf265468 Remove transposed 1D kernels, switch to float[] type 5 years ago
Sergio Pedri 9c2ce4105e Remove convolution state, more optimizations 5 years ago
Sergio Pedri 82d0ba44cf Switch to shared sampling map for convolution passes 5 years ago
Sergio Pedri 9959ba0d0b Remove unnecessary inner loop coordinate sampling 5 years ago
Sergio Pedri d41cf15023 Port vertical convolution processor, remove X loop 5 years ago
Sergio Pedri b62d3ec863 Port horizontal convolution processor, remove Y loop 5 years ago
James Jackson-South fea74f33bd
Merge branch 'master' into sp/image-wrap-ptr 5 years ago
James Jackson-South 7a7080c48f
Merge pull request #1475 from SixLabors/sp/bokeh-blur-speedup 5 years ago
Sergio Pedri 077aedc81a
Fix inaccurate test method name 5 years ago
Sergio Pedri 80617a060c Add more codegen improvements 5 years ago
Sergio Pedri e7cdb0aaab Add FMA support, more SSE optimizations 5 years ago