274 Commits (f8c08beaf03d102c2c2bb082985140efcc009abb)

Author SHA1 Message Date
Anton Firszov f8c08beaf0 skip tests in ReferenceDecoderBenchmarks 7 years ago
James Jackson-South dc4ec30a14 Strong type meta query + format singletons 8 years ago
James Jackson-South 3644451e6d Use dictionaries to store format specific metadata 8 years ago
James Jackson-South eec21fd89e Add derived format info types and allow persistance of palette lengths 8 years ago
Vicente Penades 20daca0e6e Updated SolidFill tests to cover all possible Blending-Composition combinations, reference images not in place yet 8 years ago
Anton Firszov 9e856a23cc Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov b65d2397b7 replace common memory classes 8 years ago
Anton Firszov 3ed641f660 FillRegion_WorksOnWrappedMemoryImage 8 years ago
Anton Firszov 12bcdbb49a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov 96b51193fd introducing BufferManager<T> 8 years ago
Jason Nelson 01714d96d6 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
James Jackson-South 0a6913e0c6 Simplify drawing namespaces. 8 years ago
James Jackson-South 0d2214923f Update ImageSharp Namespaces. 8 years ago
Anton Firszov 416bae672b do not register SystemDrawing reference encoders on linux 8 years ago
Anton Firszov 065a8b831c no BMP assertions on linux 8 years ago
Anton Firszov ce0dd48131 keep using SystemDrawingReferenceDecoder for Bmp-s 8 years ago
Anton Firszov 507b2f8554 using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks 8 years ago
Anton Firszov 79bba7b4e4 reference encoder is unnecessary 8 years ago
Anton Firszov 817ac0b204 oops 8 years ago
Anton Firszov b5911782ad ImageMagick decoder works 8 years ago
James Jackson-South 9a80514f2c Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
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
James Jackson-South a8bd6580a2 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
James Jackson-South ae66072668 Use Rgba64 for image comparison. 8 years ago
James Jackson-South e808514648 All tests now pass 8 years ago
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
James Jackson-South 011e9c32f1 Can now encode 16bit pngs. 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 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 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 259f9736f3 refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
Dirk Lemstra decb92f0e6 Disable caching in the FileProvider for the 32bit build. 8 years ago
Anton Firszov 4601ecc7f9 add tolerance to comparison in tests 8 years ago
Anton Firszov d939cfa78a FillEllipticGradientBrushTests 8 years ago
Anton Firszov 15947f84e0 FillLinearGradientBrushTests #1 8 years ago
Anton Firszov fe9fcfe6be introduce TestImageExtensions.VerifyOperation(), simplify FillRadialGradientBrushTests and output file names 8 years ago
Anton Firszov b8519bf0c0 use FormattableString instead of string in tests 8 years ago
Jason Nelson 00a0451e21 Allow leading period in FindFormatByFileExtension 8 years ago
Anton Firszov d2e74e1145 use FormattableString for .DebugSave(...) and .CompareToReferenceOutput(...) whenever possible 8 years ago
Anton Firszov 4cb2aa412e invariant formatting for TestImageProvider.SourceFileOrDescription 8 years ago
Anton Firsov 0df1d7ced6
Undo TemporaryFailingTest 8 years ago
Anton Firszov 29582d7a37 temporary failing test to verify CI behavior 8 years ago
Anton Firszov 847b21d44f use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
Anton Firszov aaa15ed835 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
Anton Firszov b07ad0bf49 assertions for SolidFillBlendedShapesTests 8 years ago