3315 Commits (18054f0eb784cd70fe33ab434784222d690c868d)

Author SHA1 Message Date
Jason Nelson 18054f0eb7 Use ternary operator 8 years ago
Jason Nelson 607c871c19 Prefer type names on left side 8 years ago
Jason Nelson 13e8c17b6d Remove remaining null checks on structs 8 years ago
James Jackson-South d00c7abaf8 Fix #624 8 years ago
Anton Firszov 7172e432da Make sure that netcoreapp2.1 test execution is testing the netcoreapp2.1 build of ImageSharp 8 years ago
Anton Firszov 2f52b390b2 CachingGlyphRenderer: use a 1 dictionary instead of 3 8 years ago
Anton Firszov f943ba50a7 refactor QuickSort to a common utility class 8 years ago
Scott Williams 4fcf13b830 drop the Shapes.Text dependency 8 years ago
Anton Firszov afc13ad2b0 reference System.IO.UnmanagedMemoryStream only for 1.3 8 years ago
Scott Williams 503ae5b1a8 remove draw text along path 8 years ago
Scott Williams 21d9d97bac make processors immutable again 8 years ago
Scott Williams ec7f54450a drop resolved todo comment 8 years ago
Anton Firszov ccb3513663 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov 31b7789855 reference UnmanagedMemoryStream and implement ReadOnlySpan<byte> overloads of Image.Load() 8 years ago
Anton Firszov 78bb139128 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
Anton Firszov 0b97ce205b fix build after merge 8 years ago
Anton Firszov 5f9ba406a3 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 1fc2e583a0 test drawing along path 8 years ago
Anton Firszov c198700982 fix BMP dimension check 8 years ago
Anton Firszov e83fd51b4d fix review findings 8 years ago
Scott Williams 173f591e02 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams f531af0fbc additional tests around pen rendering with patterns 8 years ago
Anton Firszov 3407304a95 remove IBuffer2D<T> 8 years ago
Anton Firszov a569d4d9b8 delete PixelAccessor 8 years ago
Anton Firszov 349c12de4c Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov b188f26a29 remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 4ae524d94c hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
Jason Nelson 2861c521c4 Downgrade Unsafe package [test] 8 years ago
Jason Nelson a879b20c20 Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 8 years ago
Scott Williams 4c08bb985b apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Jason Nelson 4c26dd9a5f stackalloc chroma 8 years ago
Jason Nelson 8c9e634e66 Interpolate Size 8 years ago
Scott Williams a8fa985b66 add optermised drawing path with cached glyph rendering 8 years ago
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 b6d86d8696 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 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 d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago