158 Commits (e80851464864cf83ec52ff2cfbaa2480acdcd088)

Author SHA1 Message Date
James Jackson-South e808514648 All tests now pass 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 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 7a474d9308 validating tests for DrawText() 8 years ago
Peter Amrehn 21e4f70241 #542: apply naming scheme for abstract classes 8 years ago
Anton Firszov 4601ecc7f9 add tolerance to comparison in tests 8 years ago
Anton Firszov d939cfa78a FillEllipticGradientBrushTests 8 years ago
Anton Firszov 726d932b23 finish refactoring FillLinearGradientBrushTests 8 years ago
Anton Firszov 96dfbcaf94 VerticalReturnsUnicolorColumns -> VerticalBrushReturnsUnicolorRows (+ simplify test code) 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
Peter Amrehn e9faeef176 #542: cleanup test file names, fix naming for RadialGradientBrush test files 8 years ago
Unknown 2bbc57eca1 #542: code cleanup 8 years ago
Unknown fa6cfe0c9c #542: shorten test names, improve test image filenames 8 years ago
Unknown e0ba2a59f3 #542: remove redundant Asserts, cleanup code 8 years ago
Unknown f162927be5 #542: improve tests for elliptic gradients 8 years ago
Unknown cbf05df280 #542: remove pixel checks and base class 8 years ago
Peter Amrehn b8f7823432 #542: reduce test image sizes to save submudule size 8 years ago
Peter Amrehn d2db63492a #542: refactor tests to follow the recommended pattern for drawing tests, as @antonfirsov suggested. 8 years ago
Anton Firszov aaa15ed835 better FillSolidBrushTests + bugfix in FillProcessor 8 years ago
Anton Firszov b07ad0bf49 assertions for SolidFillBlendedShapesTests 8 years ago
Anton Firszov 2b07bc46e2 "BlendedShapes" -> SolidFillBlendedShapesTests 8 years ago
Unknown 6bca0b2a6c implement GradientRepetitionModes 8 years ago
Unknown d7414294ab first implementation of an elliptical gradient brush 8 years ago
Unknown 7548653547 implement radial gradient brush. 8 years ago
Unknown 6a371908d6 #542: refactor to prepare for other gradients 8 years ago
Unknown 04b9f92f6a #542: fix rounding issues in tests 8 years ago
Unknown d2cd19fda6 #542: use bigger files for the tests to "hide" rounding issues: 8 years ago
Unknown 529594d148 fix whitespacing 8 years ago
Unknown 724499ca79 #542: add test creating black-white patterns by gradients 8 years ago
Unknown 5a45f588b0 cleanup whitespace 8 years ago
Unknown 7cae3c1d19 #542: add tests for multi-color gradients 8 years ago
Unknown 249b1189cc #542: fix implementation of non-axial gradients and add tests 8 years ago
Unknown c276b8b0cd #542: add test for vertical gradient 8 years ago
Unknown 44b2af6844 #542: reduce test output image sizes 8 years ago
Peter Amrehn bf17832847 fix code styling issues 8 years ago
Unknown 99ed4586ad #542: use struct for ColorStops 8 years ago
James Jackson-South 40ac7476fe Fix System.Drawing.Bridge 8 years ago
Unknown 4b92801e33 #542: fix test: indices are 0-based, so bottom left pixel is one smaller 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Unknown bcf5f5984b #86: started to work on Gradient Brushes: Linear gradient brush, 8 years ago
Anton Firszov 29d6291fd6 update external dependencies + fix RectangularPolygon usages 8 years ago
James Jackson-South 99225bc589 Add basic comparision tests 8 years ago
James Jackson-South f53097a6cf Move GraphicsOptions parameter 8 years ago
James Jackson-South 9f078c818c Establish naming convention + move missed primitives 8 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 8 years ago
James Jackson-South b6bafd0827 Move Rgba32 inline with other pixel formats 8 years ago