5055 Commits (78a584e8482b052d7a9885682299e2f37518d83d)

Author SHA1 Message Date
James Jackson-South 88521926db Better coverage for Exif values. 6 years ago
Sergio Pedri 692c35b166 Switched to vectorized pixel conversions 6 years ago
Sergio Pedri c21cb57bd7 Added memory pooling in the OilPaintingProcessor 6 years ago
Sergio Pedri 0c0d2bba6d Fixed lambda capturing this 6 years ago
James Jackson-South 15604fce6c All tests pass. 6 years ago
James Jackson-South 505f07762a Fix Number casting and description parsing. 6 years ago
James Jackson-South 1858fa87c0 Initial port + most tests 6 years ago
James Jackson-South 9639624dd7 Move extensions to subfolders for clarity 6 years ago
Sergio Pedri ed02d3525a Added overloads with custom pixel modifiers in pixel shading extensions 6 years ago
Sergio Pedri 14ecd52c9b Added support for custom pixel modifiers 6 years ago
Sergio Pedri 8d2672c0b3 Moved pixel shader processor types 6 years ago
Sergio Pedri 62272a3283 Moved delegate types 6 years ago
James Jackson-South 017fe9b8fb Fix extensions namespace. 6 years ago
Sergio Pedri ca3c284e6a Made StyleCode happy 6 years ago
Sergio Pedri 8c26624487 Fixed a typo 6 years ago
Sergio Pedri d91694d9ff Minor code refactoring 6 years ago
Sergio Pedri 429d9a5406 Added new pixel shader extension methods 6 years ago
Sergio Pedri 21729331f2 Minor code refactoring 6 years ago
Sergio Pedri 4a193aa5ea Added PositionAwarePixelShader types 6 years ago
Sergio Pedri bde0790eab Minor code refactoring 6 years ago
Sergio Pedri 9e03619e2d Added PixelShaderExtensions class 6 years ago
Sergio Pedri 9d46c15892 Added initial version of the pixel shader delegate and processors 6 years ago
James Jackson-South 3cb8988f1f Remove virtal keyword and regenerate classes 7 years ago
James Jackson-South 8395e9c7ef Update PngScanlineProcessor.cs 7 years ago
James Jackson-South 77f5bbe3aa MetaData => Metadata 7 years ago
James Jackson-South a0e5b39ac5 Revert Rgba32 specificity on docs. 7 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 7 years ago
James Jackson-South 563c34bd6d Revert non-generic decode to use RGba32 and add comments 7 years ago
James Jackson-South c016fc28bd Update AotCompilerTools.cs 7 years ago
James Jackson-South 1f6cbac63b Update PngScanlineProcessor.cs 7 years ago
James Jackson-South e0d4c937e6 Add pixeloperations tests for new pixel formats 7 years ago
James Jackson-South ce86f64715 Add La16 and La32 to IPixel (tests next commit) 7 years ago
Scott Williams 3d1d7f8bc4 enable using github actions for building 7 years ago
James Jackson-South c5f59f3349 Add Bgra5551 pixeloperations plus tests. 7 years ago
James Jackson-South 8ed598fc8c Basic La32 implementation. 7 years ago
James Jackson-South 50bcbdc515 Basic La16 implementation 7 years ago
James Jackson-South d2d51456b5 Gray16 => L16 7 years ago
James Jackson-South 372c691d52 Gray8 => L8 7 years ago
James Jackson-South d68519d133 Alpha8 => A8 7 years ago
James Jackson-South 1278d0b3b7 decoder jpeg to matching pixel format 7 years ago
James Jackson-South 674815ca9d Fix #1006 ResizeMode.Crop 7 years ago
James Jackson-South 8762bdecce Add tests and fix for handling invalid input. 7 years ago
James Jackson-South eb1197343f Allow returning the image format with the info. 7 years ago
Sergio Pedri 8a89fdc2fb Removed unnecessary Buffer2D<T>.Slice API 7 years ago
Sergio Pedri ef04d2f718 Minor code refactoring 7 years ago
Sergio Pedri 0d7034debe Minor code tweaks 7 years ago
Sergio Pedri 626b26a635 Removed BokehBlurExecutionMode enum 7 years ago
Sergio Pedri 2f68f0ded0 Removed execution mode options 7 years ago
Sergio Pedri 3cb81c3b40 Removed execution mode field in pixel specific processor 7 years ago
Sergio Pedri 248c07555f Memory usage reduction, sequential mode disabled 7 years ago