3277 Commits (503ae5b1a86ce443d706dea8a9241aede9800d2b)

Author SHA1 Message Date
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 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
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
Scott Williams a8fa985b66 add optermised drawing path with cached glyph rendering 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
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
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 af702ed04e using MathF.Round in Pack 8 years ago
James Jackson-South aea1ef8b43 Update dependencies 8 years ago
Coen Munckhof c36f689072 Update documentation on Guard methods. 8 years ago
Anton Firszov 4b1fbd3505 update SixLabors.Shapes.Text 8 years ago
James Jackson-South 108f77e8a4 Always clear the buffer 8 years ago
James Jackson-South 71d5819d94 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Johannes Bildstein df7fa403bb move ICC validity check to InitDerivedMetaDataProperties 8 years ago
popow 9e7d5b48fd using also LayoutKind.Explicit for rgb24, because it may also be affected by #576 8 years ago
popow 7f7e6d3bc2 using LayoutKind.Explicit for bgr24, to fix CloneAs_ToBgr24 failing sporadically (#576) 8 years ago
Dirk Lemstra abd1ba437d Added missing null check when disposing the objects. 8 years ago
Johannes Bildstein 800ee0985f add a few guards around reading ICC profile data 8 years ago
Johannes Bildstein 72c55484eb int ToByteArray, use buffer if available instead of parsing and writing the profile 8 years ago
Johannes Bildstein 35f6b73042 add check for ICC profile validity 8 years ago
James Jackson-South 1f52684d65 Move namespaces and improve perf 8 years ago
James Jackson-South e87d380eae Tuple deconstruct 8 years ago
Dirk Lemstra ae8924c392 Fixed bug when marking a value as an array. 8 years ago
James Jackson-South 942510f5a4 No need for SpanHelper now. 8 years ago
Peter Amrehn 5d3daaacbe #542: apply naming scheme for abstract classes 8 years ago