265 Commits (706babe2a2caa07185c86a16ffe17fc6d51afa78)

Author SHA1 Message Date
Anton Firszov 706babe2a2 introducing BufferManager<T> 8 years ago
Jason Nelson acf2bb3a44 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
James Jackson-South d6944d5a6a Simplify drawing namespaces. 8 years ago
James Jackson-South fc2dc1b69d Update ImageSharp Namespaces. 8 years ago
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
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 Firszov bcf2cd73bd oops 8 years ago
Anton Firszov 1791e1af95 ImageMagick decoder works 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
James Jackson-South 34d1441892 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
James Jackson-South 973000fd09 Use Rgba64 for image comparison. 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
James Jackson-South bb29ff9e1a Can now encode 16bit pngs. 8 years ago
Anton Firszov 349c12de4c Replace .Lock() with .GetRootFramePixelBuffer() 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 e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Dirk Lemstra 4a0e0e159d Disable caching in the FileProvider for the 32bit build. 8 years ago
Anton Firszov 9fa1e3e4df add tolerance to comparison in tests 8 years ago
Anton Firszov a217e42a48 FillEllipticGradientBrushTests 8 years ago
Anton Firszov ce8ca9782a FillLinearGradientBrushTests #1 8 years ago
Anton Firszov e3889ab972 introduce TestImageExtensions.VerifyOperation(), simplify FillRadialGradientBrushTests and output file names 8 years ago
Anton Firszov 6d94fd8ebe use FormattableString instead of string in tests 8 years ago
Jason Nelson 46e0a859e6 Allow leading period in FindFormatByFileExtension 8 years ago
Anton Firszov 41dd980cea use FormattableString for .DebugSave(...) and .CompareToReferenceOutput(...) whenever possible 8 years ago
Anton Firszov 65c38efd45 invariant formatting for TestImageProvider.SourceFileOrDescription 8 years ago
Anton Firsov d24889209f
Undo TemporaryFailingTest 8 years ago
Anton Firszov ff33699f36 temporary failing test to verify CI behavior 8 years ago
Anton Firszov a9816fd937 use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
Anton Firszov ef9b350b27 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
Anton Firszov 34ed38db88 assertions for SolidFillBlendedShapesTests 8 years ago
Anton Firszov 994f5fc4a1 "BlendedShapes" -> SolidFillBlendedShapesTests 8 years ago
James Jackson-South 3440a7decf Fix System.Drawing.Bridge 8 years ago
Jason Nelson 53045ff357 Format tests 8 years ago
James Jackson-South 81d68e244d Add identifier tests and begin cleanup 8 years ago
James Jackson-South 1e4b61db52 Ensure pixel is assigned and add encoded comparison and 8 years ago
Anton Firszov d6bcc292d5 trying to fine-tune tolerance values 8 years ago
Anton Firszov 67c66feb8b reduce toleance values 8 years ago
Anton Firszov 2dbaeb261f skip a few Jpeg tests on 32bit CI 8 years ago
Anton Firszov 6889067310 improve robustness / add tolerance 8 years ago