4933 Commits (a7d6acfcc28b94934765e50a3f0a17865e9ead2f)

Author SHA1 Message Date
Sergio Pedri 14a1263525 Removed unnecessary field from bokeh blur parameters 7 years ago
Sergio Pedri b6f6264dd2 Refactored BokehBlurProcessor<TPixel> to use new provider 7 years ago
Sergio Pedri 98b70476df Added BokehBlurKernelDataProvider class 7 years ago
James Jackson-South a75d833d4b Refactor dithering and quantizers. 7 years ago
Anton Firszov 1df8d6222e document ArgumentOutOfRangeException 7 years ago
Anton Firszov b12e1c47d8 merge back GetRowSpan and GetRowSpanUnchecked 7 years ago
James Jackson-South eb677f2eb9 Fix warnings 7 years ago
James Jackson-South c66dd0c93c Rename things 7 years ago
James Jackson-South b5d055f764 Update QuantizeProcessor{TPixel}.cs 7 years ago
James Jackson-South 4b7718e3c4 Undo unrelated changes and clean up. 7 years ago
James Jackson-South cbfdaa7dfc Update ErrorDiffuser.cs 7 years ago
Brian Popow 2a01590758 Add tests for discontiguous buffers for gif 7 years ago
Brian Popow 487195f1e4 Add tests for discontiguous buffers for png 7 years ago
Brian Popow c21638bfcc Re-enable DegenerateMemoryRequest test, fix Exception to be ImageFormatException 7 years ago
Brian Popow ba371349b3 Increase LimitAllocatorBufferCapacity to 400 for RLE tests. 7 years ago
James Jackson-South acfe8632d3 Cleanup and perf fixes. 7 years ago
James Jackson-South cd1ffdef63 Use AOS pattern with Moment struct 7 years ago
Anton Firszov cf5f9f5b8a tests improvements: 7 years ago
James Jackson-South eefa57ed0d Cleanup 7 years ago
James Jackson-South 49d02155b7 Update BinaryThresholdProcessor{TPixel}.cs 7 years ago
Brian Popow b9e7b62c72 Fix mistake counting equal pixels for encoding RLE tga 7 years ago
James Jackson-South 3cfe575054 Update EdgeDetectorCompassProcessor{TPixel}.cs 7 years ago
Brian Popow 9c6f118039 Remove usage of GetSingleSpan() in tga encoder 7 years ago
Brian Popow 7d631ee298 Remove usage of GetSingleSpan() in bmp decoder 7 years ago
James Jackson-South c5166c90da Update ProjectiveTransformProcessor{TPixel}.cs 7 years ago
Anton Firszov 0675c80d27 Better exceptions for images with degenerate dimensions 7 years ago
James Jackson-South b247bac77f Use Span<T> as buffer param 7 years ago
James Jackson-South c946849c32 Fix arguments order and tests 7 years ago
James Jackson-South 7609a53971 Update AdaptiveHistogramEqualizationSlidingWindowProcessor{TPixel}.cs 7 years ago
James Jackson-South 7a8edffd34 Update AdaptiveHistogramEqualizationProcessor{TPixel}.cs 7 years ago
James Jackson-South 2b00433350 Update AdaptiveHistogramEqualizationProcessor and rename interfaces 7 years ago
James Jackson-South 89e3898e97 Update PixelateProcessor{TPixel}.cs 7 years ago
James Jackson-South 8540f83216 Revert "Merge pull request #1108 from SixLabors/sp/single-row-parallel-value-delegate" 7 years ago
James Jackson-South fcf7c44a63 Update pixelate processor 7 years ago
Anton Firszov 077f809af1 remove commented code 7 years ago
Anton Firszov 22db8e05ac re-enable all target frameworks 7 years ago
Anton Firszov 334f16bf7c fix bug found by DetectEdges_WorksOnWrappedMemoryImage 7 years ago
Anton Firszov fda47858a0 Clean up public API 7 years ago
Anton Firszov 8fda1ef5d0 polish MemoryAllocator API 7 years ago
Anton Firszov 48c6f3f667 implement correct AdvancedImageExtensions behavior 7 years ago
Sergio Pedri b545ea0979 Rename APIs 7 years ago
Sergio Pedri 3da200d02a Refactor processors to single row with buffer APIs 7 years ago
Sergio Pedri dd4285ded4 Add single row value delegate with buffer 7 years ago
Sergio Pedri d6fb30eb3e Refactor single row APIs 7 years ago
Sergio Pedri a0ad4ce3c6 Refactor processors to single row logic 7 years ago
Sergio Pedri b77dcfacf7 Add single row RowAction value delegate 7 years ago
Sergio Pedri dd7bd7b279 Skip some safety readonly struct copies 7 years ago
Sergio Pedri 6b9d344ceb Refactor BinaryThresholdProcessor<TPixel> 7 years ago
Sergio Pedri d2741422fc Refactor ImageFrame<TPixel> 7 years ago
Sergio Pedri add96139d6 Refactor GlobalHistogramEqualizationProcessor<TPixel> 7 years ago