1392 Commits (6949cde2190470c053e6840c6c242edee9ebec53)

Author SHA1 Message Date
Anton Firszov 5b006027e3 do not register SystemDrawing reference encoders on linux 8 years ago
Anton Firszov 815a01a969 no BMP assertions on linux 8 years ago
Jason Nelson 5ae24b0817 Optimize remaining equality checks using pattern matching 8 years ago
Anton Firszov c42ee793c8 PngEncoderTests.WorksWithBitDepth16 8 years ago
Jason Nelson bb5dfefd3d Update tests for IccVersion 8 years ago
Anton Firszov 4fe7f1b6de PngDecoderTests.Chunks.cs 8 years ago
Anton Firszov 363ce81e04 clanup + exact comparison for all PngDecoderTests 8 years ago
Anton Firszov 1be59d59e1 keep using SystemDrawingReferenceDecoder for Bmp-s 8 years ago
Anton Firszov 0eec2c794f using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 24339040e5 reference encoder is unnecessary 8 years ago
Anton Firsov d171acba80
make Guard.NotNull() and DebugGuard.NotNull() generic (#634) 8 years ago
Anton Firszov bcf2cd73bd oops 8 years ago
Anton Firszov 1791e1af95 ImageMagick decoder works 8 years ago
Anton Firszov 0ead64ccc4 make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
Scott Williams e1779325fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
James Jackson-South 922d367fe6 More tests 8 years ago
James Jackson-South 5da4184217 Better tRNS coverage 8 years ago
James Jackson-South 4eb8617739 Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
Anton Firszov 7702721f7f correct doc comment 8 years ago
Anton Firszov 7172e432da Make sure that netcoreapp2.1 test execution is testing the netcoreapp2.1 build of ImageSharp 8 years ago
Jason Nelson 9051daf8f5 Fix merge conflict 8 years ago
James Jackson-South 6d415b5d0d Lol Whut? 8 years ago
James Jackson-South 34d1441892 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov f943ba50a7 refactor QuickSort to a common utility class 8 years ago
James Jackson-South 2d6eafa357 Use tolerant comparer. 8 years ago
James Jackson-South 973000fd09 Use Rgba64 for image comparison. 8 years ago
James Jackson-South 1d8c2398ca Remove allocation when upscaling. 8 years ago
James Jackson-South 49a574537f All tests now pass 8 years ago
James Jackson-South 8628aaa8a6 Add 16bit decoder tests. 8 years ago
Scott Williams 503ae5b1a8 remove draw text along path 8 years ago
Anton Firszov 7583a48415 better LoadPixelData tests 8 years ago
Anton Firszov ccb3513663 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov e63535ee69 refactor tests for DetectFormat 8 years ago
Anton Firszov 78bb139128 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
Anton Firszov cabce9c49a clean-up and isolate image load tests 8 years ago
James Jackson-South bb29ff9e1a Can now encode 16bit pngs. 8 years ago
Anton Firszov fd78beda18 fine tune tolerance 8 years ago
Anton Firszov 1babb6a8b2 update submodule, fine-tune test tolerance 8 years ago
Anton Firszov db00a369d3 add FontShapesAreRenderedCorrectlyAlongACirclePath() 8 years ago
Scott Williams 1fc2e583a0 test drawing along path 8 years ago
Scott Williams b265f25af5 increase coverage on drawing path collections 8 years ago
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
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