5391 Commits (e5f640182c692cf7030669c3fe65fcdad5782a1b)

Author SHA1 Message Date
Sergio Pedri 22f1512869 Minor code tweaks 5 years ago
Sergio Pedri ca1a67a36c Specialize bokeh blur operations for 1D kernels 5 years ago
Sergio Pedri b3f4befe5e Switched bokeh blur to optimized pipeline 5 years ago
Sergio Pedri bd6e555312 Minor code refactoring to improve flexibility 5 years ago
Sergio Pedri 96e714a0d2 Improved XML docs for Image.WrapMemory APIs 5 years ago
James Jackson-South a4ff07edd2 Cleanup 5 years ago
James Jackson-South caba642513 Working version per-row 5 years ago
James Jackson-South 0f94c5ed41 Avoid per-index multiply. 5 years ago
James Jackson-South e321a5054c Use faster GetSpan() 5 years ago
Max Eskin 277751c038 Filter processor should use scaled vectors. 5 years ago
James Jackson-South 25d3d817cd Explicit in 5 years ago
Anton Firszov 8fb3393055 fix scalar code 5 years ago
Anton Firszov 02ac45971b add benchmark results and fix PixelOperations 5 years ago
Anton Firszov 6252f65408 unhack 5 years ago
Anton Firszov 2ff0cb93dc polishing 5 years ago
Anton Firszov 9e0b7fc874 started Rgba32 5 years ago
Anton Firszov 7e33e3fbdb AVX2 implemetation seems to work 5 years ago
Anton Firszov e402700a44 benchmarks & scalar implementation 5 years ago
Anton Firszov dd0447ef4c entry API & tests 5 years ago
James Jackson-South 5059597bbf Update KernelSamplingMap.cs 5 years ago
James Jackson-South ccdf9c26a1 Refactor 2D and cleanup 5 years ago
Anton Firszov b273648420 hack 5 years ago
James Jackson-South 6455df3c4d All tests pass 5 years ago
James Jackson-South 228e2771d6 Naming tweaks 5 years ago
James Jackson-South d0306a2ab7 First working no-clamp version for 2 pass convolution 5 years ago
James Jackson-South caf360941a Update ImageSharp.csproj 6 years ago
James Jackson-South 472d639192 Update to use new props/targets plus cleanup. 6 years ago
Brian Popow 2fd1aa12cb Another attempt using Slice for the destination in PixelOperations convert From and To 6 years ago
Brian Popow 74b2e359c1 Revert "Slice destination to (0, count)" 6 years ago
Brian Popow 9323852f21 Slice destination to (0, count) 6 years ago
Sergio Pedri c71f9e3393 Reduce code duplication due to reified generics 6 years ago
Amaury Levé e687f7b10a Address review comments 6 years ago
Brian Popow ea7c8a157d Ensure Span length of source and destination are equal during pixel conversions. 6 years ago
Evangelink a5e9694667 More progress toward a working swizzler 6 years ago
James Jackson-South 8d3cddab30 No more Vector4Utils & ImageMath 6 years ago
James Jackson-South e342e2c0d2
Update src/ImageSharp/Common/Helpers/Numerics.cs 6 years ago
James Jackson-South 5e0ceaa593 Fix Numerics fallback logic for 32 bit 6 years ago
James Jackson-South ddacec2b41 Moar Utils 6 years ago
James Jackson-South f66fe45ac1 Utils FTW 6 years ago
James Jackson-South 289b5326c1 Move FastClamp to Numerics 6 years ago
James Jackson-South 3bdbfe620e Replace clamp extensions 6 years ago
James Jackson-South 124a54c5ad ImageMaths => ImageMath 6 years ago
James Jackson-South e9f734a943 Introduce Numerics and migrate ImageMaths methods 6 years ago
Sergio Pedri 9236cb1269 Added missing RgbaVector conversion override 6 years ago
James Jackson-South 3cc5f81a79 Revert "Use doubles in ResizeHelper" 6 years ago
James Jackson-South c719148a43 Use doubles in ResizeHelper 6 years ago
James Jackson-South 65909fcf5a Make PixelTypeInfo lazy 6 years ago
Brian Popow 3558e7ef97 Use ref TPixel pixel = ref rowSpan[dx]; 6 years ago
Brian Popow 9d8ed6c852 Use GetPixelRowSpan to access pixel data in global hist equalization 6 years ago
Brian Popow 440d8cf116 Use GetPixelRowSpan to access pixels, fixes #1429 6 years ago