1495 Commits (d9e86a8e0509923958baed136c994bfde1267607)

Author SHA1 Message Date
Scott Williams f531af0fbc additional tests around pen rendering with patterns 8 years ago
James Jackson-South f8deb06c7c Add pixel operation tests 8 years ago
Anton Firszov 349c12de4c Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
popow 34e244302e all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 820f30c461 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
James Jackson-South 4baaddfd03 Add Rgb48 tests 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 bbd8acbf50 increase tolerance on tests 8 years ago
Jason Nelson eef2fff653 Specify the runtime when running tests for netcoreapp2.1 [take 1] 8 years ago
James Jackson-South aee47781fb Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 2a7bde5e0f Fix tests 8 years ago
James Jackson-South 332dd70cfb Add Rgb48 tests 8 years ago
James Jackson-South 2ad603afc1 Minor cleanup 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Jason Nelson 9b6186770d Enable AutoGenerateBindingRedirects for tests 8 years ago
Jason Nelson 0d78eb8396 Manually reference System.Runtime.CompilerServices.Unsafe in tests 8 years ago
James Jackson-South fa4226a21b Fix conversion add conversion tests 8 years ago
popow 4ed1df8ffc added unit test which writes a png with a Exif Profile and checks after reloading it, if the profile is still there (#611) 8 years ago
James Jackson-South e349d4ba8c Read Rgba64 png + some tests 8 years ago
Scott Williams a8fa985b66 add optermised drawing path with cached glyph rendering 8 years ago
James Jackson-South e9ddf0f604 Refactor Rgba64 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 cac9d10e3a fix ShapeRegionTests 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 03faf82ff0 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow 46bfafa688 added missing licence note for the pixel tests 8 years ago
popow 196b936438 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow 6154336196 splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow aecc3c3901 marked the asserts which fail 8 years ago
popow 2f000fb0b5 refactored remaining packed pixel tests 8 years ago
James Jackson-South aea1ef8b43 Update dependencies 8 years ago
popow 8b33250a09 refactored short2 tests 8 years ago
popow 2980ef58f0 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 990f47ece6 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 f8c63c70ee refactored NormalizedByte4 tests #594 8 years ago
popow adbb16cbb9 refactored NormalizedShort4 tests (#594) 8 years ago