4753 Commits (ee0600e6824de7fb162263fd0b72236ad019af53)

Author SHA1 Message Date
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 6 years ago
Anton Firszov 0eb43b280c
small fix in JpegColorConverter 6 years ago
Anton Firszov ad2632f1cd optimize RowOctet<T> indexer 6 years ago
Anton Firszov b0646df24c implement review suggestions 6 years ago
Anton Firszov a3f169f9e0 cleanup 6 years ago
Anton Firszov ccdda970b5 fix remaining single-buffer specific code 6 years ago
Anton Firszov 29b4a95f84 test common processors for disco buffers 6 years ago
Anton Firszov cc080b94f2 cover and harden ResizeProcessor 6 years ago
Sergio Pedri fb8b82d1a1 Removed unnecessary MemoryMarshal.Cast call 6 years ago
James Jackson-South 429872d872 Update equality check and add ests. Fix #1116 6 years ago
Anton Firszov da08852291 fix JpegDecoder 6 years ago
James Jackson-South 1bd4704c4e Update DitherExtensions.cs 6 years ago
James Jackson-South 4dffc179f5 Refactor to inline based on feedback. 6 years ago
Anton Firszov 55c6ae51fe InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
James Jackson-South 860aebffb7 Add ditherscale to palette API 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 66a735e381 Update WuFrameQuantizer{TPixel}.cs 6 years ago
James Jackson-South f921df1cb0 Handle transparent pixels with Octree 6 years ago
James Jackson-South 54450a339f Fix Color.Transparent to match spec. 6 years ago
James Jackson-South c98ea13710 Add bounded quantization and update namings. 6 years ago
James Jackson-South 305a1c9832 Make dither parallel and add benchmarks. 6 years ago
James Jackson-South 98b98cafdf Update EuclideanPixelMap{TPixel}.cs 6 years ago
Sergio Pedri 7c02cc46b8 Added missing header text to BokehBlurKernelDataProvider.cs 6 years ago
James Jackson-South 05098868d6 Cleanup and fix tests. 6 years ago
Sergio Pedri 702abe9b19 Removed unnecessary BokehBlurProcessor<TPixel> fields 6 years ago
Sergio Pedri 14a1263525 Removed unnecessary field from bokeh blur parameters 6 years ago
Sergio Pedri b6f6264dd2 Refactored BokehBlurProcessor<TPixel> to use new provider 6 years ago
Sergio Pedri 98b70476df Added BokehBlurKernelDataProvider class 6 years ago
James Jackson-South a75d833d4b Refactor dithering and quantizers. 6 years ago
Anton Firszov 1df8d6222e document ArgumentOutOfRangeException 6 years ago
Anton Firszov b12e1c47d8 merge back GetRowSpan and GetRowSpanUnchecked 6 years ago
James Jackson-South eb677f2eb9 Fix warnings 6 years ago
James Jackson-South c66dd0c93c Rename things 6 years ago
James Jackson-South b5d055f764 Update QuantizeProcessor{TPixel}.cs 6 years ago
James Jackson-South 4b7718e3c4 Undo unrelated changes and clean up. 6 years ago
James Jackson-South cbfdaa7dfc Update ErrorDiffuser.cs 6 years ago
Brian Popow 2a01590758 Add tests for discontiguous buffers for gif 6 years ago
Brian Popow 487195f1e4 Add tests for discontiguous buffers for png 6 years ago
Brian Popow c21638bfcc Re-enable DegenerateMemoryRequest test, fix Exception to be ImageFormatException 6 years ago
Brian Popow ba371349b3 Increase LimitAllocatorBufferCapacity to 400 for RLE tests. 6 years ago
James Jackson-South acfe8632d3 Cleanup and perf fixes. 6 years ago
James Jackson-South cd1ffdef63 Use AOS pattern with Moment struct 6 years ago
Anton Firszov cf5f9f5b8a tests improvements: 6 years ago
James Jackson-South eefa57ed0d Cleanup 6 years ago
James Jackson-South 49d02155b7 Update BinaryThresholdProcessor{TPixel}.cs 6 years ago
Brian Popow b9e7b62c72 Fix mistake counting equal pixels for encoding RLE tga 6 years ago
James Jackson-South 3cfe575054 Update EdgeDetectorCompassProcessor{TPixel}.cs 6 years ago
Brian Popow 9c6f118039 Remove usage of GetSingleSpan() in tga encoder 6 years ago
Brian Popow 7d631ee298 Remove usage of GetSingleSpan() in bmp decoder 6 years ago
James Jackson-South c5166c90da Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago