7620 Commits (9b57a30fd91c604fa6acf6097ff6294ff5f9661f)
 

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
Jason Nelson 9d4014267d [SL.Core] Cross target netstandard2.0 8 years ago
James Jackson-South eec21fd89e Add derived format info types and allow persistance of palette lengths 8 years ago
Vicente Penades 8c4dbfa0db
Merge branch 'master' into master 8 years ago
James Jackson-South e5c9826eac Merge branch 'master' into js/add-usings-to-readme 8 years ago
Scott Williams afe0f29603
Merge pull request #691 from SixLabors/issue-templates 8 years ago
James Jackson-South 7df8a4dda9 Fix appveyor build 8 years ago
James Jackson-South aac48f7b59 Add usings for clarity. 8 years ago
Dirk Lemstra 017cf581f6 Added new issue templates. 8 years ago
James Jackson-South d45c83193e Fix appveyor build 8 years ago
James Jackson-South 50fbbfd024 Use in where appropriate. 8 years ago
James Jackson-South daedfd95cf
Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South dfbe335889 [SL.Core] Merge pull request SixLabors/Core#16 from carbon/master 8 years ago
Jason Nelson 9df8d07b23 [SL.Core] Format long statement onto multiple lines 8 years ago
Jason Nelson e2b7d687f5 [SL.Core] Replace == with Equals 8 years ago
Jason Nelson 26030cce6d [SL.Core] Format Size 8 years ago
Jason Nelson 704fa0f8bd [SL.Core] Remove AggressiveInlining hint from trival accessors 8 years ago
Jason Nelson 538e1e015e [SL.Core] Use Assert.Contains when checking for substrings 8 years ago
Jason Nelson 25484773fb [SL.Core] Format HashHelpers 8 years ago
Jason Nelson 88203cef84 [SL.Core] Format Point 8 years ago
Jason Nelson 2f944fcded [SL.Core] Remove aggressive inlining hint from trival accessors 8 years ago
Vicente Penades a91532c3b9 moved Clamp(0,1) one level up 8 years ago
Vicente Penades 31dde0edab removed a redundant opacity.Clamp(0,1) in the innermost level of pixel blenders. Pixel blenders are performance critical, so every tiny performance improvement counts. 8 years ago
Vicente Penades 4a791cc516 Refactored PixelBlenders so it generates much less code and allows for two loop variations. 8 years ago
Jason Nelson 0a8dea4c20 [SL.Core] Remove whitespace 8 years ago
Jason Nelson cd39bf8581 [SL.Core] Format Rectangle 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
Jason Nelson 630ff6f977 [SL.Core] Cleanup AssemblyInfo add SUPPORT_MATHF symbol 8 years ago
James Jackson-South fda7235265
Merge pull request #684 from SixLabors/js/DuplicateFormats 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 5caeb21467 [SL.Core] Remove whitespace 8 years ago
Jason Nelson 16aa3cf86a [SL.Core] Remove unused DebugGuard methods 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 5c98b1f141 [SL.Core] Use expressions 8 years ago
Jason Nelson 0efcc28d6a [SL.Core] Remove private implementations of GetHashCode (and it's call overhead) 8 years ago
Jason Nelson 929007d9a4 [SL.Core] Remove unused Gaurd.IsTrue and Gaurd.IsFalse 8 years ago
Jason Nelson e9a98c257f [SL.Core] Update System.Numerics.Vectors 8 years ago
Jason Nelson 07a8900997 [SL.Core] Update Moq & xunit 8 years ago
Jason Nelson 2b23f81666 [SL.Core] Extend HashHelper.Combine to accept 2, 3, or 4 args 8 years ago
James Jackson-South 3e7b84054d Don't allow duplicate formats in configuration. 8 years ago
Jason Nelson 78b622d687 [SL.Core] Seal ManagedByteBuffer 8 years ago
Jason Nelson 89ab204a54 [SL.Core] Remove unused Gaurd overloads 8 years ago
Jason Nelson 1c538a9d11 [SL.Core] Use pattern matching 8 years ago
Jason Nelson a16d518945 [SL.Core] Cross target .NETCOREAPP2.1 8 years ago
James Jackson-South 4429d2bb86
Merge pull request #682 from SixLabors/js/image-blending-tests 8 years ago