5019 Commits (f257ef2217aa5a0bd8926de98a8191bd41f8bdbe)

Author SHA1 Message Date
Sergio Pedri c4cdc77649 Refactored DrawImageProcessor<TPixelBg,TPixelFg> 7 years ago
Sergio Pedri ee6f7f326d Refactored EdgeDetectorCompassProcessor<TPixel> 7 years ago
Sergio Pedri 247cc6d225 Refactored ConvolutionProcessor<TPixel> 7 years ago
Sergio Pedri badd5bf902 Refactored Convolution2PassProcessor<TPixel> 7 years ago
Sergio Pedri e302f35ff9 Refactored Convolution2DProcessor<TPixel> 7 years ago
Sergio Pedri cf625a01cc Refactored BokehBlurProcessor<TPixel> 7 years ago
Sergio Pedri ec4a56b6b7 Micro-optimization in BinaryThresholdProcessor<TPixel> 7 years ago
Sergio Pedri 3d31033dab Refactored BinaryThresholdProcessor<TPixel> 7 years ago
Sergio Pedri db68d7d170 Removed IterationParameters type 7 years ago
Sergio Pedri 96a0893027 Introduced single row parallel helpers 7 years ago
Sergio Pedri 7fd93e8b70 Renamed new APIs 7 years ago
Sergio Pedri 0d990e0b1f Added single row value delegate wrappers 7 years ago
Sergio Pedri 6baa109446 Added single row value delegate interfaces 7 years ago
Sergio Pedri 1cadad4c41 Removed unnecessary using directives 7 years ago
Sergio Pedri ab4211f54c Removed previous Octet type 7 years ago
Sergio Pedri f6f004690f Refactored code to use new Octet<T> type 7 years ago
Sergio Pedri 92bfb8db8f Added generic Octet<T> type 7 years ago
Sergio Pedri 82b07abc62 Renamed ParallelRowIterator.IterateRows to IterateRowIntervals 7 years ago
Sergio Pedri 0cae7f32f3 Added missing interfaces (merge error) 7 years ago
Sergio Pedri 3ff74b31a8 Fixed old struct pixel format type constraints 7 years ago
Anton Firszov f9f8ad935a strong name all assemblies in repository 7 years ago
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 7 years ago
James Jackson-South b25e102fe6 Update based on feedback. 7 years ago
James Jackson-South 585b7be0e7 Simplify IResampler contract 7 years ago
James Jackson-South 3b4aa15844 Simplify Resamplers 7 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 7 years ago
Sergio Pedri 27e93bfbbb Reintroduce readonly modifiers to pixel formats (CI fail) 7 years ago
James Jackson-South f9fb732e22 Make ResizeKernelMap non-generic. 7 years ago
Sergio Pedri 7de9a2da4d Revert "Added readonly modifiers to pixel formats" 7 years ago
Sergio Pedri 85de14f1a9 Added readonly modifiers to pixel formats 7 years ago
Anton Firszov 0eb43b280c
small fix in JpegColorConverter 7 years ago
James Jackson-South e1005f219f Fix for tests, update reference images 7 years ago
James Jackson-South 14e2a1ef98 Inline resizing sampler. 7 years ago
Anton Firszov ad2632f1cd optimize RowOctet<T> indexer 7 years ago
James Jackson-South 31c076de00 Update ResamplerExtensions.cs 7 years ago
James Jackson-South 457adb16a4 Apply Transforms 33% faster 7 years ago
Anton Firszov b0646df24c implement review suggestions 7 years ago
Anton Firszov a3f169f9e0 cleanup 7 years ago
Anton Firszov ccdda970b5 fix remaining single-buffer specific code 7 years ago
Anton Firszov 29b4a95f84 test common processors for disco buffers 7 years ago
Anton Firszov cc080b94f2 cover and harden ResizeProcessor 7 years ago
Sergio Pedri fb8b82d1a1 Removed unnecessary MemoryMarshal.Cast call 7 years ago
James Jackson-South 429872d872 Update equality check and add ests. Fix #1116 7 years ago
Anton Firszov da08852291 fix JpegDecoder 7 years ago
James Jackson-South 1bd4704c4e Update DitherExtensions.cs 7 years ago
James Jackson-South 4dffc179f5 Refactor to inline based on feedback. 7 years ago
Anton Firszov 55c6ae51fe InBytes->InBytesSqrt, InPixels->InPixelsSqrt 7 years ago
James Jackson-South 860aebffb7 Add ditherscale to palette API 7 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 7 years ago
James Jackson-South 66a735e381 Update WuFrameQuantizer{TPixel}.cs 7 years ago