3266 Commits (1babb6a8b29079f770459391a7149544f3bbc596)

Author SHA1 Message Date
Anton Firszov 5f9ba406a3 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 1fc2e583a0 test drawing along path 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 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
James Jackson-South 975b29cdf0 Remove missed prefixes 8 years ago
James Jackson-South fc66a446c3 Remove prefix in Block8x8F and cleanup 8 years ago
Anton Firszov 51e257e5c7 minor cleanup 8 years ago
Anton Firszov 87da33dab1 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
Anton Firszov c96bdbe09c update SixLabors.Shaeps to 1.0.0-ci0018 8 years ago
Johannes Bildstein b133dc7940 fix calculation of ICC profile ID and add tests for it 8 years ago
Jason Nelson 93c44f4200 React to LoadPixelData change 8 years ago
Jason Nelson 1695b593d4 Update three more spans to ReadOnly 8 years ago
Jason Nelson 92f353b1ac Tidy up ImageExtension docs 8 years ago
Jason Nelson a05b61835f Update Span ->ReadOnlySpan 8 years ago