4756 Commits (2c33c5c538fb624a00a55480c47106dcca11ef9f)

Author SHA1 Message Date
James Jackson-South 52e02a3298 Inline resizing sampler. 6 years ago
Anton Firszov cb716af1cc optimize RowOctet<T> indexer 6 years ago
James Jackson-South d98f65a749 Update ResamplerExtensions.cs 6 years ago
James Jackson-South 059de8ae0c Apply Transforms 33% faster 6 years ago
Anton Firszov 7d8fbf6df8 implement review suggestions 6 years ago
Anton Firszov 43ecf8dd17 cleanup 6 years ago
Anton Firszov dabd82c8d2 fix remaining single-buffer specific code 6 years ago
Anton Firszov 0e91efeb09 test common processors for disco buffers 6 years ago
Anton Firszov d7df00bc46 cover and harden ResizeProcessor 6 years ago
Sergio Pedri 68fda6acf1 Removed unnecessary MemoryMarshal.Cast call 6 years ago
James Jackson-South 2e2c78b481 Update equality check and add ests. Fix #1116 6 years ago
Anton Firszov cf4d5a7457 fix JpegDecoder 6 years ago
James Jackson-South 9251e5927a Update DitherExtensions.cs 6 years ago
James Jackson-South ad8d7757b4 Refactor to inline based on feedback. 6 years ago
Anton Firszov ee93aa406d InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
James Jackson-South 9cf343bfef Add ditherscale to palette API 6 years ago
James Jackson-South ba38de5843 Add dither scaling and simplify API. 6 years ago
James Jackson-South 4a51777ce6 Update WuFrameQuantizer{TPixel}.cs 6 years ago
James Jackson-South aef2e7f2bc Handle transparent pixels with Octree 6 years ago
James Jackson-South 06d913db09 Fix Color.Transparent to match spec. 6 years ago
James Jackson-South a42d21d121 Add bounded quantization and update namings. 6 years ago
James Jackson-South 94f69b67f9 Make dither parallel and add benchmarks. 6 years ago
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