5254 Commits (e1168ad5509bfc48013beef7ce2a57a7101002f4)

Author SHA1 Message Date
James Jackson-South 259347d645 Add missing SaveAsync method 6 years ago
Sergio Pedri 53ddb0f44b Improved codegen in ImageSharp.Guard 6 years ago
Sergio Pedri 38311edcee Skipped checks in default bokeh blur constructor 6 years ago
Sergio Pedri 1f02dd0f7a Added checks to bokeh blur constructor 6 years ago
Sergio Pedri d7380f0763 Simplify XML docs for WrapMemory APIs 6 years ago
Sergio Pedri 567f3a6a5f Remove unnecessary Memory<T>.Span access 6 years ago
Sergio Pedri 1de45b710c Minor optimizations, improve XML docs and annotations 6 years ago
Sergio Pedri fa59a73c39 Add input size validation in Image.WrapMemory 6 years ago
James Jackson-South ff265abf8e Remove Guard allocations 6 years ago
James Jackson-South 99caa36b80 Bump ChunkedMemoryStream buffer length 6 years ago
James Jackson-South a4f63d7796 Fix read count. 6 years ago
James Jackson-South 24780c510c Increase chunk size, add benchmarks and write span tests 6 years ago
James Jackson-South cd32a603d5 Optimize Write(Span) 6 years ago
James Jackson-South 399cfc244f Add optimized Read(Span) API 6 years ago
James Jackson-South 822637b044 More tests and remove old stream 6 years ago
James Jackson-South a9713044f8 Update ChunkedMemoryStream.cs 6 years ago
James Jackson-South 9207babb8b Fix non-seekable stream reading. 6 years ago
Sergio Pedri 2383245f14 Fix relative offsetting in Pin() methods 6 years ago
Sergio Pedri eb229964e6 Fix bug in Pin() method, minor code tweaks 6 years ago
Sergio Pedri 32380d2bb9 Remove unnecessary indirection in ByteMemoryManager<T> 6 years ago
Sergio Pedri b3f85722a2 Add Image.WrapMemory<TPixel> from Memory<byte> 6 years ago
Sergio Pedri 3984e80fa3 Add ByteMemoryManager<T> type 6 years ago
James Jackson-South 0c524d6a08 Remove empty line. 6 years ago
James Jackson-South 33aa644118 Don't use RGB. Fixes #1275 6 years ago
James Jackson-South e707a8d719 Minor fixes. 6 years ago
James Jackson-South c6d4dd924b
Update src/ImageSharp/Common/Helpers/SimdUtils.cs 6 years ago
Anton Firszov 21d94f2462 one leftover 6 years ago
Anton Firszov 30364ac211 add ConfigureAwait 6 years ago
Anton Firszov 1447fbc76c address review findings 6 years ago
Anton Firszov 50a6ba19f8 use default args for CancellationTokens 6 years ago
James Jackson-South 53d078d3d4 Optimize based on traces. 6 years ago
James Jackson-South 0a2cf17c1e Update tests 6 years ago
James Jackson-South c71fbc032e Replace individual processors 6 years ago
James Jackson-South b5d772ddf4 Move kernels to reusable struct 6 years ago
Anton Firszov f2f3a30bf7 oops the MemoryStream 6 years ago
Anton Firszov d91f090bc6 OperationCanceledException -> TaskCanceledException 6 years ago
James Jackson-South 0d13ad58f3 Use MemoryMarshal.CreateSpan 6 years ago
James Jackson-South 307668e94b Use unmanaged constraint. 6 years ago
James Jackson-South a3a649117a Delete unused BlockQuad struct 6 years ago
James Jackson-South 70cebed585 Finish simplifying conversion code. 6 years ago
James Jackson-South 8e0a6f4598 Begin simplifying forward color conversion 6 years ago
Brian Popow 5c6b6c72c7 Change position guard from MustBeLessThanTo to MustBeLessThanOrEqualTo 6 years ago
James Jackson-South be1c1f9793 Remove last of pointer code and add benchmarks 6 years ago
James Jackson-South 58727558a0 Remove most pointer usage 6 years ago
James Jackson-South 6aa647231e Fix formatting. 6 years ago
James Jackson-South 91a978336b Add sanitation and make tests parametric. 6 years ago
Anton Firszov 202d99699b fix bug in ImageExtensions 6 years ago
Anton Firszov fb54efb9aa undo local hacks 6 years ago
Anton Firszov f69abc36e9 implement JpegEncoder cancellation 6 years ago
Anton Firszov 166741ce88 cancellation for Image.SaveAs*** 6 years ago