8881 Commits (f50cc3f7859aec744ddd8472d8d67a2f5e7cddf3)
 

Author SHA1 Message Date
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
Sergio Pedri df18c4e4c8 Switch to explicit SSE Newton approximations 5 years ago
James Jackson-South c9b07964cc Fix feature test runner 5 years ago
James Jackson-South b383dd4496 Add discontigous buffers and intrinsics tests 5 years ago
Sergio Pedri 4aa8bc6e57 Improve formatting for XML docs 5 years ago
Sergio Pedri 76e704d461 Minor codegen tweaks 5 years ago
Sergio Pedri 392afeadef Fix vectorized cube root on x86-64 with no SSE41 5 years ago
Sergio Pedri 3bba7deda1 Initial vectorized cube root implementation 5 years ago
Sergio Pedri 0903a58e58 Switch to vectorized clamping 5 years ago
Sergio Pedri 8292407ae2 Add optimized paths for default gamma exposure 5 years ago