5247 Commits (f37ac8e7044c015c19ecbfe99f9dd23a4a65a213)

Author SHA1 Message Date
James Jackson-South 72d1d277b2 Fix local color table encoding. 8 years ago
James Jackson-South 3644451e6d Use dictionaries to store format specific metadata 8 years ago
Vicente Penades 74aff0ea06 Adding more tests to cover single pixel ColorBlending and AlphaComposition functions 8 years ago
James Jackson-South eec21fd89e Add derived format info types and allow persistance of palette lengths 8 years ago
Jason Nelson 538e1e015e [SL.Core] Use Assert.Contains when checking for substrings 8 years ago
Jason Nelson 0a8dea4c20 [SL.Core] Remove whitespace 8 years ago
Jason Nelson 9e4662d42f [SL.Core] Add test to ensure PointF has the same layout as Vector2 8 years ago
Jason Nelson b92ac75955 [SL.Core] Add HashHelpersTests 8 years ago
James Jackson-South 970b1ba25a Add additional tests 8 years ago
Jason Nelson 2aa5bdee5e [SL.Core] Remove unused DebugGaurd tests 8 years ago
Jason Nelson 9e4008604f [SL.Core] Remove additional unused Guard methods 8 years ago
Jason Nelson 1fddd9fc66 [SL.Core] Update tests to target netcoreapp2.1 8 years ago
Jason Nelson 929007d9a4 [SL.Core] Remove unused Gaurd.IsTrue and Gaurd.IsFalse 8 years ago
Jason Nelson 07a8900997 [SL.Core] Update Moq & xunit 8 years ago
James Jackson-South 3e7b84054d Don't allow duplicate formats in configuration. 8 years ago
Jason Nelson 89ab204a54 [SL.Core] Remove unused Gaurd overloads 8 years ago
James Jackson-South f7cf568a30 Add image blending tests to match the SVG spec examples 8 years ago
James Jackson-South 374e939e0a Update reference images 8 years ago
Jason Nelson 954415f3a0 Update CodeCoverage to use .NETCORE2.1 8 years ago
Jason Nelson 417aec7983 Drop net47 from test library 8 years ago
Vicente Penades 458fe254dc SolidFillBlendedShapesTests now tests all composition/blending combinations. 8 years ago
Jason Nelson 9d74ddb68a Drop netcoreapp2.0 build target 8 years ago
Vicente Penades 3eb0a73081 Refactored IsSolidBrushWithoutBlending into GraphicsOptions so it can be called from more places, and also allows for specific tests. 8 years ago
Vicente Penades fa60a3215b fixed argument name to help reflection match the file names 8 years ago
Vicente Penades 05a2a4bd2b Fixing SolidFill tests again... 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
Vicente Penades b005d24789 rearranged DrawImage method arguments. Fixed tests accordingly 8 years ago
Vicente Penades 96d2f6ddcc Split PixelBlendMode enumeration into PixelColorBlendingMode and PixelAlphaCompositionMode 8 years ago
James Jackson-South f6fd1e5808 Update refs and fix line endings 8 years ago
Jason Nelson d773ba37af Replace == null with is null 8 years ago
James Jackson-South 76c967c353 Fix 1 bit bmp decoding and add extra test images. 8 years ago
Anton Firszov 2dc09c9637 skip WrapSystemDrawingBitmap_* on most environments to avoid sporadic test failures 8 years ago
Anton Firszov 6367d64f7a Use brand new beta packages! 8 years ago
Anton Firszov 61e2a8d92b Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 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
James Jackson-South 1da918033b No underscores! 8 years ago
James Jackson-South bd3cd931d8 Add Rgb specific tests 8 years ago
James Jackson-South 0a5c84adbd Make ColorSpaceConverter immutable. 8 years ago
James Jackson-South 72b3aff65c Add companding tests 8 years ago
James Jackson-South 53798df51c Bulk colorspace conversion tests 8 years ago
James Jackson-South 28f793d5e8 Begin colorspace test cleanup. 8 years ago
Anton Firszov c2954ded89 [SL.Core] Add MemoryAllocator-s with tests 8 years ago
Anton Firszov bf50eff08a [SL.Core] Make Guard.NotNull() and DebugGuard.NotNull() generic 8 years ago
Anton Firszov 84d448501f further cleanup 8 years ago
James Jackson-South 0e06b6b466 Improve coverage. 8 years ago
James Jackson-South ffee0fbcc7 Fix sandbox 8 years ago
James Jackson-South 0f510f1ee8 Cleanup JpegFrameComponent 8 years ago
James Jackson-South ed07db23ae delete golang jpeg decoder 8 years ago
Anton Firszov f3d41f71a3 WrapMemory<T>(IMemoryOwner<T>) + additional System.Drawing test case 8 years ago