4940 Commits (e59e5dacaa1cf1265b1fe5221bfdbcff7802aad0)

Author SHA1 Message Date
James Jackson-South 69baffb35c Update EuclideanPixelMap{TPixel}.cs 6 years ago
Sergio Pedri 13df9aef35 Added missing header text to BokehBlurKernelDataProvider.cs 6 years ago
James Jackson-South 042a6bef53 Cleanup and fix tests. 6 years ago
Sergio Pedri ae73187c78 Removed unnecessary BokehBlurProcessor<TPixel> fields 6 years ago
Sergio Pedri 1ff823093f Removed unnecessary field from bokeh blur parameters 6 years ago
Sergio Pedri 052629ecb5 Refactored BokehBlurProcessor<TPixel> to use new provider 6 years ago
Sergio Pedri 827ee53f10 Added BokehBlurKernelDataProvider class 6 years ago
James Jackson-South eca230340c Refactor dithering and quantizers. 6 years ago
Anton Firszov afe0c82bf6 document ArgumentOutOfRangeException 6 years ago
Anton Firszov d36d902456 merge back GetRowSpan and GetRowSpanUnchecked 6 years ago
James Jackson-South 02d41bc5bd Fix warnings 6 years ago
James Jackson-South fd9f3d6942 Rename things 6 years ago
James Jackson-South 614741fa6d Update QuantizeProcessor{TPixel}.cs 6 years ago
James Jackson-South 7b1858277f Undo unrelated changes and clean up. 6 years ago
James Jackson-South dca9460b0a Update ErrorDiffuser.cs 6 years ago
Brian Popow 7217552ebf Add tests for discontiguous buffers for gif 6 years ago
Brian Popow ba4ef9df80 Add tests for discontiguous buffers for png 6 years ago
Brian Popow 4ef1852fac Re-enable DegenerateMemoryRequest test, fix Exception to be ImageFormatException 6 years ago
Brian Popow 1191d865be Increase LimitAllocatorBufferCapacity to 400 for RLE tests. 6 years ago
James Jackson-South eb8ee78d29 Cleanup and perf fixes. 6 years ago
James Jackson-South cc64cb0199 Use AOS pattern with Moment struct 6 years ago
Anton Firszov 1366168a6c tests improvements: 6 years ago
James Jackson-South 84847d2cb8 Cleanup 6 years ago
James Jackson-South f367f34229 Update BinaryThresholdProcessor{TPixel}.cs 6 years ago
Brian Popow 9d3d38fb32 Fix mistake counting equal pixels for encoding RLE tga 6 years ago
James Jackson-South 41e13154e1 Update EdgeDetectorCompassProcessor{TPixel}.cs 6 years ago
Brian Popow ce385e8687 Remove usage of GetSingleSpan() in tga encoder 6 years ago
Brian Popow 8a5ac95227 Remove usage of GetSingleSpan() in bmp decoder 6 years ago
James Jackson-South c36113dee7 Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago
Anton Firszov 59e2537103 Better exceptions for images with degenerate dimensions 6 years ago
James Jackson-South f11a3a019b Use Span<T> as buffer param 6 years ago
James Jackson-South 33bd5a920c Fix arguments order and tests 6 years ago
James Jackson-South f85d7359eb Update AdaptiveHistogramEqualizationSlidingWindowProcessor{TPixel}.cs 6 years ago
James Jackson-South 620ed917ba Update AdaptiveHistogramEqualizationProcessor{TPixel}.cs 6 years ago
James Jackson-South e2e47a0ecf Update AdaptiveHistogramEqualizationProcessor and rename interfaces 6 years ago
James Jackson-South 4f878853f7 Update PixelateProcessor{TPixel}.cs 6 years ago
James Jackson-South 0952bc8f8d Revert "Merge pull request #1108 from SixLabors/sp/single-row-parallel-value-delegate" 6 years ago
James Jackson-South d33061c613 Update pixelate processor 6 years ago
Anton Firszov 0d0e8b3255 remove commented code 6 years ago
Anton Firszov aac5934df6 re-enable all target frameworks 6 years ago
Anton Firszov 3b3d3d92e2 fix bug found by DetectEdges_WorksOnWrappedMemoryImage 6 years ago
Anton Firszov 2a4c8492f9 Clean up public API 6 years ago
Anton Firszov 87d1ec55e8 polish MemoryAllocator API 6 years ago
Anton Firszov 793a4fb6c1 implement correct AdvancedImageExtensions behavior 6 years ago
Sergio Pedri e7b0f1f670 Rename APIs 6 years ago
Sergio Pedri 5708137dbd Refactor processors to single row with buffer APIs 6 years ago
Sergio Pedri b2b140a3d0 Add single row value delegate with buffer 6 years ago
Sergio Pedri 78c245c5f4 Refactor single row APIs 6 years ago
Sergio Pedri d6c53a02be Refactor processors to single row logic 6 years ago
Sergio Pedri a34756d28e Add single row RowAction value delegate 6 years ago