2907 Commits (05a62ae2fb9fae6d5cbfdfd64331b5a930bc1467)

Author SHA1 Message Date
James Jackson-South bce7200797 Make formats public + minor cleanup. 8 years ago
James Jackson-South ffc0c7dd19 Can now preserve jpeg quality ❤️ 8 years ago
James Jackson-South 06b9c54248 Simplify metadata API 8 years ago
James Jackson-South bd5b0c07eb Png now correctly encodes 1, 2, 4 bit images 8 years ago
James Jackson-South 551c03f16a Preserve BmpBitsPerPixel 8 years ago
James Jackson-South 9f5fd5605b Much better type safety. 8 years ago
James Jackson-South dc4ec30a14 Strong type meta query + format singletons 8 years ago
James Jackson-South bd4d5ba32d Fix EXIF overflow and Jpeg decoding 8 years ago
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