5224 Commits (9629f1c16e87e1a960e9e635f1595ba2af7dae02)

Author SHA1 Message Date
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
James Jackson-South b4b3074738 Optimize Write(Span) 6 years ago
James Jackson-South 94613d68b3 Add optimized Read(Span) API 6 years ago
James Jackson-South ceab655ce5 More tests and remove old stream 6 years ago
James Jackson-South 3f534b1b15 Update ChunkedMemoryStream.cs 6 years ago
James Jackson-South 5f58bbcba5 Fix non-seekable stream reading. 6 years ago
Sergio Pedri 77a6d08a46 Fix relative offsetting in Pin() methods 6 years ago
Sergio Pedri b9dc71d375 Fix bug in Pin() method, minor code tweaks 6 years ago
Sergio Pedri 8f4417cf61 Remove unnecessary indirection in ByteMemoryManager<T> 6 years ago
Sergio Pedri cd39410984 Add Image.WrapMemory<TPixel> from Memory<byte> 6 years ago
Sergio Pedri b61366ac00 Add ByteMemoryManager<T> type 6 years ago
James Jackson-South 837779ae9d Remove empty line. 6 years ago
James Jackson-South 1ac38e3fcf Don't use RGB. Fixes #1275 6 years ago
James Jackson-South ae1dbabfd0 Minor fixes. 6 years ago
James Jackson-South 6d1a15228c
Update src/ImageSharp/Common/Helpers/SimdUtils.cs 6 years ago
Anton Firszov 83ab00d48d one leftover 6 years ago
Anton Firszov b5650cdef4 add ConfigureAwait 6 years ago
Anton Firszov 4a05ac5585 address review findings 6 years ago