5894 Commits (a3370e5ad4e3ba2ccc09be99dc0be17afc0eb735)
 

Author SHA1 Message Date
Jason Nelson b858c4ffb9 Make new Span field on DenseMatrix internal 8 years ago
Jason Nelson 2f2484d834 Revert "Eliminate allocation processing the identifier in ProcessApp2Marker" 8 years ago
Jason Nelson c5e42dffa1 Eliminate allocation reading BMP file header 8 years ago
Jason Nelson e4bddc786f Eliminate allocation processing the identifier in ProcessApp2Marker 8 years ago
Jason Nelson fb50cede53 Eliminate allocation reading BMP header 8 years ago
Jason Nelson f6936c6be0 Eliminate cmd allocation in BmpDecoder 8 years ago
Jason Nelson 15c610f850 Eliminate subsample allocation in JpegEncoder 8 years ago
Jason Nelson 5abcf2b179 Add stream extensions for Span<T> 8 years ago
Anton Firszov c87726e123 CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov 9ab51ff3b2 IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 8af0df92ff fix Benchmarks project 8 years ago
Anton Firszov b6d86d8696 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 8c8fd3267f Merge remote-tracking branch 'origin/master' into af/memory-bridge 8 years ago
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 441f0365a6 Image.WrapMemory works 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov cac9d10e3a fix ShapeRegionTests 8 years ago
Anton Firszov d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov e33a167826 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 141d39c319 GetPixelMemory() tests 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov 8457372718 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Jason Nelson c92902373c
Merge branch 'master' into netcore21 8 years ago
Jason Nelson d32d206d35 Stackalloc LzwDecoder buffer 8 years ago
Jason Nelson 9ac6c470e6 Stackalloc bmp header 8 years ago
James Jackson-South f5973215ad Merge branch 'master' into js/new-jpeg-scan-decoder 8 years ago
James Jackson-South cdc63adb94
Merge pull request #603 from brianpopow/feature/refactorPacketPixelTests 8 years ago
Anton Firszov 8c45946078 System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 03faf82ff0 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
Jason Nelson 2d58f7d490 👮 8 years ago
Jason Nelson 2f8da5e4bf Update dotnet to RTM 8 years ago
Jason Nelson 9296b65dbc Remove trailing whitespace 8 years ago
Jason Nelson 0472aa28a3 Use pattern matching 8 years ago
Jason Nelson a985658b00 Make Exif header a constant 8 years ago
Jason Nelson 571c1e5929 Use vectorized Span methods in DenseMatrix 8 years ago
Jason Nelson 8aafa99f06 Remove unused variable 8 years ago
Jason Nelson 06fd6c5454 Use Encoding.UTF8 overload accepting span 8 years ago
Jason Nelson 689fe71508 Cross target netcoreapp2.1 8 years ago
popow af702ed04e using MathF.Round in Pack 8 years ago
popow 46bfafa688 added missing licence note for the pixel tests 8 years ago
popow 196b936438 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow 88112e6979 changed 2.1.300-rc1-008673 to 2.1.300 8 years ago
popow 6154336196 splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow aecc3c3901 marked the asserts which fail 8 years ago
brianpopow 1a6141f901
Merge branch 'master' into feature/refactorPacketPixelTests 8 years ago
popow 2f000fb0b5 refactored remaining packed pixel tests 8 years ago
James Jackson-South bdd3291d69 Update reference types 8 years ago
James Jackson-South 31d5fa476c Merge branch 'master' into js/new-jpeg-scan-decoder 8 years ago