4642 Commits (c01889f11fa601db6a4623000b9eae2d6d6cab09)

Author SHA1 Message Date
James Jackson-South c01889f11f Update GlowProcessor{TPixel}.cs 6 years ago
James Jackson-South d7bce16e2a Update BackgroundColorProcessor{TPixel}.cs 6 years ago
James Jackson-South e9e461ec05 Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago
James Jackson-South c6c6b9ba2e Minor perf update 6 years ago
Sergio Pedri d39a0570dd Refactor FilterProcessor 6 years ago
Sergio Pedri 6d4d9a6ab1 Major refactor to the pixel row delegate processors 6 years ago
Sergio Pedri f49d1b6bef Refactor PixelRowDelegateProcessorBase<TPixel> 6 years ago
Sergio Pedri d5d50e941b Refactor OilPaintingProcessor<TPixel> 6 years ago
Sergio Pedri b77a27cf0c Refactor DrawImageProcessor<TPixelBg, TPixelFg> 6 years ago
Sergio Pedri 2bc5d82fbb Removed unnecessary XML comments 6 years ago
Sergio Pedri d844f8ac88 Add readonly modifiers to APIs in Rectangle 6 years ago
Sergio Pedri 1564149ece Refactor Convolution2DProcessor<TPixel> 6 years ago
Sergio Pedri 58418b43cc Refactor EdgeDetectorCompassProcessor<TPixel> 6 years ago
Sergio Pedri c5ed8697fe Refactor ConvolutionProcessor<TPixel> 6 years ago
Sergio Pedri 6298c78b85 Refactor Convolution2PassProcessor<TPixel> 6 years ago
Sergio Pedri 2f83149207 Refactor BokehBlurProcessor<TPixel> 6 years ago
Sergio Pedri 079e2a671b Add XML comments to the CropProcessor<TPixel> 6 years ago
James Jackson-South e40731d5da Internalize, partially optimize and rename Action methods. 6 years ago
James Jackson-South 01f2c05f72 Update ProjectiveTransformProcessor{TPixel}.cs 6 years ago
James Jackson-South 7f19fb21cb Convert AffineTranformProcessor 6 years ago
James Jackson-South 62890f8184 Rename class and add native memory profiler 6 years ago
James Jackson-South e3a7bb40c5 Remove final allocations 6 years ago
James Jackson-South abb064f2a0 Normalize row action with buffer. 6 years ago
James Jackson-South 45233668cd Reduce captuing allocation to 16 bytes. 6 years ago
James Jackson-South aaa5bb7e36 Add row action overload 6 years ago
James Jackson-South 1b061b7bf8 Break when minY >= bottom 6 years ago
James Jackson-South 386ba93dde Fix tests 6 years ago
James Jackson-South 343d75adef Test false color parsing 6 years ago
James Jackson-South 50a693791f Delete Rgba32 named colors 6 years ago
James Jackson-South 5babb46211 Delete unused ColorConstants 6 years ago
James Jackson-South 1e9b1ef7dc Add new parsing methods. Fix #1103 6 years ago
Brian Popow 5ff7bb72d2 Revert "Change InternalsVisibleTo from SixLabors.ImageSharp.Sandbox46 to ImageSharp.Tests.ProfilingSandbox" 6 years ago
Brian Popow 9f181a3755 Change InternalsVisibleTo from SixLabors.ImageSharp.Sandbox46 to ImageSharp.Tests.ProfilingSandbox 6 years ago
James Jackson-South 56e0cf2247 Add comment for default value. 6 years ago
James Jackson-South 1b1e181cee Default RepeatCount to 1. Fix #1098 6 years ago
James Jackson-South 520cc5e19c Generics FTW! 6 years ago
James Jackson-South ada16abb49 rename pixel shader extensions and delegates 6 years ago
James Jackson-South 6c4050ff18 Rename IConfigurable 6 years ago
James Jackson-South d4b5eb56b3 Fix documentation comment 6 years ago
James Jackson-South c690e0cf90 Normalize MemoryAllocator references. 6 years ago
James Jackson-South bfc97afd88 Normalize configuration usage and expose method. 6 years ago
James Jackson-South a6a7ac3819 Expose operations. Fix #1092 6 years ago
James Jackson-South 819b2fab52 Fix options calculation precedence 6 years ago
James Jackson-South b485452630 Update options helper to use switch and complete tests 6 years ago
Sergio Pedri c89e0b1e5a Removed using statements, added detailed comment 6 years ago
Sergio Pedri e9ed9e83ae Reimplemented bulk conversion for target row 6 years ago
Sergio Pedri c5de8ce48a Fixed indexing of source row span 6 years ago
Sergio Pedri 054750a883 Reintroduced bulk ToVector4 source conversion 6 years ago
Sergio Pedri c2fe3dcf76 Fixed a rollback error 6 years ago
Brian Popow 5e3a1903af Use using declarations to reduce nesting 6 years ago