4782 Commits (1927bcde4e55a8d98799eb3c2e113d2263c9b57d)

Author SHA1 Message Date
Anton Firszov 3d59597b18
Add comment for DynamicProxyGenAssembly2 7 years ago
Sergio Pedri 2b499e0135 Removed previous Octet type 7 years ago
Sergio Pedri d7b9b666c1 Refactored code to use new Octet<T> type 7 years ago
Sergio Pedri 6e608fe22b Added generic Octet<T> type 7 years ago
Sergio Pedri b345a9b059 Added missing interfaces (merge error) 7 years ago
Sergio Pedri 68b34aaaf6 Fixed old struct pixel format type constraints 7 years ago
Anton Firszov 608de76e93 strong name all assemblies in repository 7 years ago
James Jackson-South dc39931def Don't backpeddle when reading chunk lengths. Fix #1127 7 years ago
James Jackson-South 54fb7ab02d Update based on feedback. 7 years ago
James Jackson-South de21e6d614 Simplify IResampler contract 7 years ago
James Jackson-South 6bac83838b Simplify Resamplers 7 years ago
Sergio Pedri 94c4660d10 Switched pixel format type constraint to unmanaged 7 years ago
Sergio Pedri 690835960a Reintroduce readonly modifiers to pixel formats (CI fail) 7 years ago
James Jackson-South a0a54e2d9f Make ResizeKernelMap non-generic. 7 years ago
Sergio Pedri 54b9057fe6 Revert "Added readonly modifiers to pixel formats" 7 years ago
Sergio Pedri 471e848206 Added readonly modifiers to pixel formats 7 years ago
Anton Firszov 19e1494159
small fix in JpegColorConverter 7 years ago
James Jackson-South f374d194c5 Fix for tests, update reference images 7 years ago
James Jackson-South 52e02a3298 Inline resizing sampler. 7 years ago
Anton Firszov cb716af1cc optimize RowOctet<T> indexer 7 years ago
James Jackson-South d98f65a749 Update ResamplerExtensions.cs 7 years ago
James Jackson-South 059de8ae0c Apply Transforms 33% faster 7 years ago
Anton Firszov 7d8fbf6df8 implement review suggestions 7 years ago
Anton Firszov 43ecf8dd17 cleanup 7 years ago
Anton Firszov dabd82c8d2 fix remaining single-buffer specific code 7 years ago
Anton Firszov 0e91efeb09 test common processors for disco buffers 7 years ago
Anton Firszov d7df00bc46 cover and harden ResizeProcessor 7 years ago
Sergio Pedri 68fda6acf1 Removed unnecessary MemoryMarshal.Cast call 7 years ago
James Jackson-South 2e2c78b481 Update equality check and add ests. Fix #1116 7 years ago
Anton Firszov cf4d5a7457 fix JpegDecoder 7 years ago
James Jackson-South 9251e5927a Update DitherExtensions.cs 7 years ago
James Jackson-South ad8d7757b4 Refactor to inline based on feedback. 7 years ago
Anton Firszov ee93aa406d InBytes->InBytesSqrt, InPixels->InPixelsSqrt 7 years ago
James Jackson-South 9cf343bfef Add ditherscale to palette API 7 years ago
James Jackson-South ba38de5843 Add dither scaling and simplify API. 7 years ago
James Jackson-South 4a51777ce6 Update WuFrameQuantizer{TPixel}.cs 7 years ago
James Jackson-South aef2e7f2bc Handle transparent pixels with Octree 7 years ago
James Jackson-South 06d913db09 Fix Color.Transparent to match spec. 7 years ago
James Jackson-South a42d21d121 Add bounded quantization and update namings. 7 years ago
James Jackson-South 94f69b67f9 Make dither parallel and add benchmarks. 7 years ago
James Jackson-South 69baffb35c Update EuclideanPixelMap{TPixel}.cs 7 years ago
Sergio Pedri 13df9aef35 Added missing header text to BokehBlurKernelDataProvider.cs 7 years ago
James Jackson-South 042a6bef53 Cleanup and fix tests. 7 years ago
Sergio Pedri ae73187c78 Removed unnecessary BokehBlurProcessor<TPixel> fields 7 years ago
Sergio Pedri 1ff823093f Removed unnecessary field from bokeh blur parameters 7 years ago
Sergio Pedri 052629ecb5 Refactored BokehBlurProcessor<TPixel> to use new provider 7 years ago
Sergio Pedri 827ee53f10 Added BokehBlurKernelDataProvider class 7 years ago
James Jackson-South eca230340c Refactor dithering and quantizers. 7 years ago
Anton Firszov afe0c82bf6 document ArgumentOutOfRangeException 7 years ago
Anton Firszov d36d902456 merge back GetRowSpan and GetRowSpanUnchecked 7 years ago