1357 Commits (a7208dee7d2b02b4521fcff42e180da9cf438754)

Author SHA1 Message Date
Anton Firszov c41fb82782 correct doc comment 8 years ago
Anton Firszov 85a16c0bf8 Make sure that netcoreapp2.1 test execution is testing the netcoreapp2.1 build of ImageSharp 8 years ago
Jason Nelson e306f914be Fix merge conflict 8 years ago
Anton Firszov ecf160e5bb refactor QuickSort to a common utility class 8 years ago
Scott Williams 948ea7e80b remove draw text along path 8 years ago
Anton Firszov 8626ed120a better LoadPixelData tests 8 years ago
Anton Firszov 6e80236178 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov de3e150552 refactor tests for DetectFormat 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 Firszov 36298f43e7 fine tune tolerance 8 years ago
Anton Firszov ed1a70d052 update submodule, fine-tune test tolerance 8 years ago
Anton Firszov 8a14fa0ab7 add FontShapesAreRenderedCorrectlyAlongACirclePath() 8 years ago
Scott Williams 77bf952bbd test drawing along path 8 years ago
popow 3aa00199f1 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
Scott Williams 886038928b increase coverage on drawing path collections 8 years ago
Scott Williams 3896723bfb additional tests around pen rendering with patterns 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
popow 7841776e2f all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 08797b1031 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
Jason Nelson 8b85609320 Downgrade Unsafe package [test] 8 years ago
Jason Nelson c3bf1664ab Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 8 years ago
Scott Williams e43a8dbc2c apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams db88844711 increase tolerance on tests 8 years ago
Jason Nelson f1d931a67c Specify the runtime when running tests for netcoreapp2.1 [take 1] 8 years ago
Scott Williams 121f1edce6 ensure pen code path is tested 8 years ago
Jason Nelson 4e43db783a Enable AutoGenerateBindingRedirects for tests 8 years ago
Jason Nelson a573ee0a6e Manually reference System.Runtime.CompilerServices.Unsafe in tests 8 years ago
popow 47ad00447b 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
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 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
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 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 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