4944 Commits (4c0d8842e239c047c2873b14fd8f0da48a8356f2)

Author SHA1 Message Date
Sergio Pedri f066dc0bbd Refactored FilterProcessor<TPixel> 7 years ago
Sergio Pedri 08db1f0391 Refactored PixelRowDelegateProcessor<TPixel,TDelegate> 7 years ago
Sergio Pedri aa6e091fd9 Refactored DrawImageProcessor<TPixelBg,TPixelFg> 7 years ago
Sergio Pedri ee572da830 Refactored EdgeDetectorCompassProcessor<TPixel> 7 years ago
Sergio Pedri 577d59790a Refactored ConvolutionProcessor<TPixel> 7 years ago
Sergio Pedri 05bd0312a8 Refactored Convolution2PassProcessor<TPixel> 7 years ago
Sergio Pedri b90f087c7d Refactored Convolution2DProcessor<TPixel> 7 years ago
Sergio Pedri 36f354d07a Refactored BokehBlurProcessor<TPixel> 7 years ago
Sergio Pedri b6748f93f7 Micro-optimization in BinaryThresholdProcessor<TPixel> 7 years ago
Sergio Pedri 9803663d73 Refactored BinaryThresholdProcessor<TPixel> 7 years ago
Sergio Pedri 086040cd81 Removed IterationParameters type 7 years ago
Sergio Pedri d922602a26 Introduced single row parallel helpers 7 years ago
Sergio Pedri 9db1251472 Renamed new APIs 7 years ago
Sergio Pedri ec89426054 Added single row value delegate wrappers 7 years ago
Sergio Pedri 872015fe55 Added single row value delegate interfaces 7 years ago
Sergio Pedri 0d90e57e21 Removed unnecessary using directives 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 8fb9c466d8 Renamed ParallelRowIterator.IterateRows to IterateRowIntervals 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