6183 Commits (7cbfe7ccba82dfe5f32007b8aceb1f0a90ae307d)
 

Author SHA1 Message Date
James Jackson-South 7cbfe7ccba
Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South 6e6ef81f19
Merge pull request #686 from vpenades/master 8 years ago
James Jackson-South 7cf9cb578d Use NoInlining to workaround Vector Jit bug. 8 years ago
James Jackson-South 9c3cd95084 Remove duplicate clamping and normalize vector scaling. 8 years ago
Vicente Penades c95ead7baf reverted some changes from using DebugGuard 8 years ago
Vicente Penades 99976764c0 Reverted from DebugGuard back to Clamp. 8 years ago
Vicente Penades 25822fa036
Merge branch 'master' into master 8 years ago
James Jackson-South b374a4379d
Merge pull request #699 from SixLabors/js/fix-exif-overflow 8 years ago
Vicente Penades 26e91bc1cb
Merge branch 'master' into master 8 years ago
James Jackson-South b98219f1b4
Merge branch 'master' into js/fix-exif-overflow 8 years ago
James Jackson-South 62cf3db816
Merge pull request #698 from SixLabors/dl/relax-exif-resolution 8 years ago
Vicente Penades be78fc3a9a
Merge branch 'master' into master 8 years ago
James Jackson-South 1e3f4c5187 Remove traililng whitespace 8 years ago
James Jackson-South bd4d5ba32d Fix EXIF overflow and Jpeg decoding 8 years ago
Dirk Lemstra cf2e641000 Allow several invalid data types when reading the exif resolution. 8 years ago
Vicente Penades e0a056782f expanding blocks... 8 years ago
Vicente Penades 681df46c2d trying to improve Opacity out of range propagation. 8 years ago
James Jackson-South fad4555176
Merge pull request #689 from SixLabors/js/use-in-for-readonly-structs 8 years ago
James Jackson-South 11163d0eda
Merge branch 'master' into js/use-in-for-readonly-structs 8 years ago
Vicente Penades 74aff0ea06 Adding more tests to cover single pixel ColorBlending and AlphaComposition functions 8 years ago
Vicente Penades 8c4dbfa0db
Merge branch 'master' into master 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
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
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
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
James Jackson-South 3e7b84054d Don't allow duplicate formats in configuration. 8 years ago
James Jackson-South 4429d2bb86
Merge pull request #682 from SixLabors/js/image-blending-tests 8 years ago
James Jackson-South f7cf568a30 Add image blending tests to match the SVG spec examples 8 years ago
James Jackson-South 655eaeb118
Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South b30a46bdbe
Merge pull request #679 from vpenades/master 8 years ago
James Jackson-South 374e939e0a Update reference images 8 years ago
James Jackson-South fbf8d6744e
Merge branch 'master' into master 8 years ago
James Jackson-South 2f649a4edc
Merge pull request #681 from carbon/dropnetcore20 8 years ago
Jason Nelson 1563c2d0a6 Update manual build nstructions in README 8 years ago
Jason Nelson 954415f3a0 Update CodeCoverage to use .NETCORE2.1 8 years ago
Jason Nelson 803501f1ad Update run-tests.ps1 to use .NETCORE2.1 8 years ago
Jason Nelson 17619c8e20 Add run-tests.ps1 to Solution 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
Jason Nelson 5385b3a512 Drop netcoreapp2.0 test target 8 years ago
Jason Nelson 4544ad786d Update dotnet SDK 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