5241 Commits (1d464c17dc5f40b1871afa4888621eeeef33dab8)

Author SHA1 Message Date
Nicolas Portmann 680459ca54 Drop FromGrayscaleVector8 6 years ago
Nicolas Portmann e550caaed7 Refactor JpegColorConverters 6 years ago
Nicolas Portmann 1e615c286a Add initial vectorized color converter implementation 6 years ago
James Jackson-South 33df55aef2 Don't use Linq and test for common path first. 6 years ago
James Jackson-South cdc1c0fce5 Fix benchmarks, cleanup. 6 years ago
James Jackson-South aa20c09c48 Update based on feedback 6 years ago
James Jackson-South 0f950a1e50 Implement new optimized 4 channel shuffle methods. 6 years ago
James Jackson-South 28dc056d83 Fix coverage 6 years ago
James Jackson-South 956d1a3c77 Unroll loops 6 years ago
James Jackson-South 84a1d1a28b Add optimized fallback for existing shuffles. 6 years ago
James Jackson-South 34963a7f7a Don't use static spans for now. 6 years ago
James Jackson-South 99d0a3111d Add 4 channel byte shuffling 6 years ago
James Jackson-South 893247bd88 Add 4 channel float shuffling. 6 years ago
James Jackson-South 238564b609 Use less permutes and more multiply/add 6 years ago
James Jackson-South 40442c2442 Inline the packing. 6 years ago
James Jackson-South 50bc027643 Fix access violation 6 years ago
James Jackson-South b8081fd3e9 Use HW color conversion 6 years ago
James Jackson-South 9629f1c16e Add AVX2 implementation 6 years ago
James Jackson-South e3faadbf2e Use Avx.Shuffle for lower latency 6 years ago
James Jackson-South d4e0bdd7b7 Remove hotpath attr 6 years ago
James Jackson-South 1067acbe4c Use Tanner's updated code. 6 years ago
James Jackson-South aecf80388c Add Avx2 Span Premultiplication and Reverse 6 years ago
James Jackson-South 8e993394b4 Benchmarks, tests, and cleanup. 6 years ago
James Jackson-South f493aa4efa Implement SimdUtils.HwIntrisics 6 years ago
James Jackson-South abe1263b17 Auto repair Png options to use Bit8. Fixes #935 6 years ago
James Jackson-South 102876b60d Disable NetNative optimization on UWP. Fix #1204 6 years ago
James Jackson-South 68d2406f4e Optimize low hanging fruit and fix naming 6 years ago
James Jackson-South 75e0ffc522 Use a single method for Block8x8F.TransposeInto. 6 years ago
Dirk Lemstra bf7c00441c
The colorPaletteSize is also part of the file size. 6 years ago
James Jackson-South e7988d21d2 Update deterministic workaround 6 years ago
James Jackson-South ce74b9e820 Use interleaving to prevent stack spills 6 years ago
James Jackson-South 398e901840 Add variant 2 6 years ago
James Jackson-South 3091072e38 Add AVX backed Block8x8F Transpose method 6 years ago
David Rolland ca85f1003f Fixed typo in AdaptiveThreshold processor and added specific test 6 years ago
James Jackson-South dd66efa5d8 Use interest for target bounds. Fixes #1342 6 years ago
James Jackson-South 163a3eb6ca Fix compatibility with NET 5 SDK InternalsVisibleTo 6 years ago
Sergio Pedri d6e3f9fbbc Remove [Pure] attributes 6 years ago
Sergio Pedri 34522eb62c Improved Guard.MustBeValueType<T> codegen 6 years ago
James Jackson-South f0e8a0f6f5 Add missing SaveAsync method 6 years ago
Sergio Pedri f446f2513c Improved codegen in ImageSharp.Guard 6 years ago
Sergio Pedri c69a41fe62 Skipped checks in default bokeh blur constructor 6 years ago
Sergio Pedri 141abca768 Added checks to bokeh blur constructor 6 years ago
Sergio Pedri 16c9dba5bc Simplify XML docs for WrapMemory APIs 6 years ago
Sergio Pedri 88a93fafe2 Remove unnecessary Memory<T>.Span access 6 years ago
Sergio Pedri 5397ab328f Minor optimizations, improve XML docs and annotations 6 years ago
Sergio Pedri 575402d331 Add input size validation in Image.WrapMemory 6 years ago
James Jackson-South 6d90af1a8b Remove Guard allocations 6 years ago
James Jackson-South b85243e0d2 Bump ChunkedMemoryStream buffer length 6 years ago
James Jackson-South 0ff69248ec Fix read count. 6 years ago
James Jackson-South da6ba1d5a3 Increase chunk size, add benchmarks and write span tests 6 years ago