3266 Commits (8a14fa0ab7ab7656f4d4992d123dbcf7a7e94048)

Author SHA1 Message Date
Anton Firszov 31ce2836c0 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 77bf952bbd test drawing along path 8 years ago
Scott Williams 5609f1bdb3 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams 3896723bfb additional tests around pen rendering with patterns 8 years ago
Anton Firszov 76b60a70f0 hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
Scott Williams e43a8dbc2c apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams 121f1edce6 ensure pen code path is tested 8 years ago
Scott Williams 9cc4fd683d add optermised drawing path with cached glyph rendering 8 years ago
Anton Firszov dfd59dd25e CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov f6dd91922e IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 5e428ed458 Image.WrapMemory works 8 years ago
Anton Firszov 259f9736f3 refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov 85d0295f44 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov 7fd6b27100 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 6c1aca985d GetPixelMemory() tests 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov b32c7849f3 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Anton Firszov 977eab6f2b System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 1028fa5902 using MathF.Round in Pack 8 years ago
James Jackson-South 161a6fbb60 Update dependencies 8 years ago
Coen Munckhof d839ddfb24 Update documentation on Guard methods. 8 years ago
Anton Firszov 73d44f8380 update SixLabors.Shapes.Text 8 years ago
James Jackson-South a14c94b441 Always clear the buffer 8 years ago
James Jackson-South 48c4003896 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Johannes Bildstein e968cd604c move ICC validity check to InitDerivedMetaDataProperties 8 years ago
popow 00c6649698 using also LayoutKind.Explicit for rgb24, because it may also be affected by #576 8 years ago
popow 20f5290b8d using LayoutKind.Explicit for bgr24, to fix CloneAs_ToBgr24 failing sporadically (#576) 8 years ago
Dirk Lemstra 65a1f5be24 Added missing null check when disposing the objects. 8 years ago
Johannes Bildstein da344cb651 add a few guards around reading ICC profile data 8 years ago
Johannes Bildstein 46f0e33d59 int ToByteArray, use buffer if available instead of parsing and writing the profile 8 years ago
Johannes Bildstein 3747f46a50 add check for ICC profile validity 8 years ago
James Jackson-South f3d4aeb95b Move namespaces and improve perf 8 years ago
James Jackson-South 1fe0a900b1 Tuple deconstruct 8 years ago
Dirk Lemstra d54eabcda8 Fixed bug when marking a value as an array. 8 years ago
James Jackson-South 1cac731c9e No need for SpanHelper now. 8 years ago
Peter Amrehn 21e4f70241 #542: apply naming scheme for abstract classes 8 years ago
James Jackson-South e5797f04fe Remove missed prefixes 8 years ago
James Jackson-South 43b5b3cfb0 Remove prefix in Block8x8F and cleanup 8 years ago
Anton Firszov af26343acc minor cleanup 8 years ago
Anton Firszov 4d0c334ba6 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
Anton Firszov be9f67ff07 update SixLabors.Shaeps to 1.0.0-ci0018 8 years ago
Johannes Bildstein b71c8d0c80 fix calculation of ICC profile ID and add tests for it 8 years ago
Jason Nelson 609e7663a0 React to LoadPixelData change 8 years ago
Jason Nelson 88098d741e Update three more spans to ReadOnly 8 years ago
Jason Nelson c161a7ee0b Tidy up ImageExtension docs 8 years ago
Jason Nelson 14d77efc5c Update Span ->ReadOnlySpan 8 years ago