5678 Commits (7b1c8245f22a67f50e31bc29f9ef2454258235f6)
 

Author SHA1 Message Date
Anton Firszov 7b1c8245f2 reference UnmanagedMemoryStream and implement ReadOnlySpan<byte> overloads of Image.Load() 8 years ago
Anton Firszov ec0e78b147 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
Anton Firszov 499b0476da clean-up and isolate image load tests 8 years ago
Anton Firsov fb811f60a5
Merge pull request #617 from SixLabors/af/memory-bridge2 8 years ago
Anton Firszov 1039c2c8f9 fix BMP dimension check 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Anton Firszov 464e51d896 Merge remote-tracking branch 'origin/master' into af/memory-bridge2 8 years ago
Anton Firsov 0c87eb11c3
Merge pull request #607 from SixLabors/af/memory-bridge 8 years ago
Anton Firszov 79c4ddc809 remove IBuffer2D<T> 8 years ago
Anton Firszov 85aeecb1c5 delete PixelAccessor 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov 026631027f remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 76b60a70f0 hide GetPixelMemory() and GetPixelRowMemory() for now 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 b909f97a08 fix Benchmarks project 8 years ago
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 2cb7e9a054 Merge remote-tracking branch 'origin/master' into af/memory-bridge 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 66678cc5ae fix ShapeRegionTests 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
James Jackson-South 9b681820a4
Merge pull request #603 from brianpopow/feature/refactorPacketPixelTests 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 cc9b663246 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow 1028fa5902 using MathF.Round in Pack 8 years ago
popow 60fc00e51a added missing licence note for the pixel tests 8 years ago
popow 1b23982601 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow 14e8d9a69a changed 2.1.300-rc1-008673 to 2.1.300 8 years ago
popow def4aa127c splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow 5afcca6c6a marked the asserts which fail 8 years ago
brianpopow d921384947
Merge branch 'master' into feature/refactorPacketPixelTests 8 years ago
popow 97d280eeb6 refactored remaining packed pixel tests 8 years ago
James Jackson-South a5190cbe4a
Merge pull request #600 from SixLabors/js/update-dependencies 8 years ago
James Jackson-South 161a6fbb60 Update dependencies 8 years ago
Coen Munckhof d839ddfb24 Update documentation on Guard methods. 8 years ago
popow adb94ee3f9 refactored short2 tests 8 years ago
popow 9f1529ed7f moved NormalizedByte4, NormalizedShort4, Short4 test to a separate file to be able to reproduce #594. Note: the refactored better isolated tests do not produce the error 8 years ago
popow b63b99bbcb moved NormalizedByte4, NormalizedShort4, Short4 test to a separate file to be able to reproduce #594. Note: the refactored better isolated tests do not produce the error 8 years ago
popow 4254cad2b8 refactored NormalizedByte4 tests #594 8 years ago
popow 348fe0c433 refactored NormalizedShort4 tests (#594) 8 years ago
popow 4df8b217e7 even more refactoring of short4 tests 8 years ago
popow 8a42586a5e skipping short4 test on linux again 8 years ago