5947 Commits (d5d63feed4c19fe8bf836c6ba7e03e052f72494d)

Author SHA1 Message Date
Sergio Pedri 5708137dbd Refactor processors to single row with buffer APIs 6 years ago
Sergio Pedri b2b140a3d0 Add single row value delegate with buffer 6 years ago
Sergio Pedri 78c245c5f4 Refactor single row APIs 6 years ago
Sergio Pedri d6c53a02be Refactor processors to single row logic 6 years ago
Sergio Pedri a34756d28e Add single row RowAction value delegate 6 years ago
Sergio Pedri a77a0b2527 Skip some safety readonly struct copies 6 years ago
Sergio Pedri e47831702e Refactor BinaryThresholdProcessor<TPixel> 6 years ago
Sergio Pedri 1c775dc342 Refactor ImageFrame<TPixel> 6 years ago
Sergio Pedri 36dd4a3d0f Refactor GlobalHistogramEqualizationProcessor<TPixel> 6 years ago
James Jackson-South 98c8d4f3df Update RotateProcessor{TPixel}.cs 6 years ago
James Jackson-South c8655c7f5a Seal ResizeWorker 6 years ago
James Jackson-South 5db408098a Update ResizeProcessor{TPixel}.cs 6 years ago
James Jackson-South 7f1c2d6e4a Update FlipProcessor 6 years ago
James Jackson-South f8a04d9d9a Update GlowProcessor{TPixel}.cs 6 years ago
James Jackson-South 5f64e371d5 Update VignetteProcessor{TPixel}.cs 6 years ago
James Jackson-South 2fce671c2d Update GlowProcessor{TPixel}.cs 6 years ago
James Jackson-South c08cd30084 Update BackgroundColorProcessor{TPixel}.cs 6 years ago
James Jackson-South efcd3d8913 Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago
James Jackson-South d07e754259 Minor perf update 6 years ago
Anton Firszov ee502195c2 change AdvancedImageExtensions public API-s 6 years ago
Anton Firszov f99ead64c2 fix JpegEncoder disco buffer handling 6 years ago
Sergio Pedri 185bb88c6d Refactor FilterProcessor 6 years ago
Sergio Pedri 8e564516cf Major refactor to the pixel row delegate processors 6 years ago
Sergio Pedri 52f29e6896 Refactor PixelRowDelegateProcessorBase<TPixel> 6 years ago
Sergio Pedri 391f242e19 Refactor OilPaintingProcessor<TPixel> 6 years ago
Sergio Pedri 64b683f51e Refactor DrawImageProcessor<TPixelBg, TPixelFg> 6 years ago
Sergio Pedri 689731c7ef Removed unnecessary XML comments 6 years ago
Sergio Pedri fdc873e1d1 Add readonly modifiers to APIs in Rectangle 6 years ago
Sergio Pedri 2abc95a6fe Refactor Convolution2DProcessor<TPixel> 6 years ago
Sergio Pedri c75baf066f Refactor EdgeDetectorCompassProcessor<TPixel> 6 years ago
Sergio Pedri 4a84bffab3 Refactor ConvolutionProcessor<TPixel> 6 years ago
Sergio Pedri d0b4dcb3d4 Refactor Convolution2PassProcessor<TPixel> 6 years ago
Sergio Pedri c59defdef0 Refactor BokehBlurProcessor<TPixel> 6 years ago
Sergio Pedri 6ebb539d05 Add XML comments to the CropProcessor<TPixel> 6 years ago
James Jackson-South 00dc2a8c98 Internalize, partially optimize and rename Action methods. 6 years ago
James Jackson-South 046d966c0f Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago
James Jackson-South 4dbff3da45 Convert AffineTranformProcessor 6 years ago
James Jackson-South b62434cea9 Rename class and add native memory profiler 6 years ago
James Jackson-South c41656688c Remove final allocations 6 years ago
James Jackson-South cc2a4d5288 Normalize row action with buffer. 6 years ago
James Jackson-South 3b3e8a0d6c Reduce captuing allocation to 16 bytes. 6 years ago
James Jackson-South c338cdcfec Add row action overload 6 years ago
Anton Firszov d2b99294f7 Decode Jpegs to non-contiguous buffers 6 years ago
James Jackson-South 8e12faddf3 Break when minY >= bottom 6 years ago
James Jackson-South b646cb1402 Fix tests 6 years ago
James Jackson-South ad8525e6c1 Test false color parsing 6 years ago
James Jackson-South ba329d3bdd Delete Rgba32 named colors 6 years ago
Anton Firszov 492e233d97 Actually resize a 30k x 30k image 6 years ago
Anton Firszov a3a0a3d1d8 robust BufferArea 6 years ago
Anton Firszov 35796da28c Improve robustness of discontiguous Buffer2D 6 years ago