9203 Commits (5db2d28e69bfca649dc1ca52079793d6d337f52d)
 

Author SHA1 Message Date
Brian Popow 5db2d28e69 Write EXIF chunk, if Exif profile is present 5 years ago
Brian Popow 4fa55b7a7b A little cleanup 5 years ago
James Jackson-South 91bf3830c4
Merge branch 'master' into webp 5 years ago
James Jackson-South de80630040
Merge pull request #1513 from SixLabors/sp/simd-resize-convolve 5 years ago
Sergio Pedri 8c7019e41e Update image threshold for resize tests 5 years ago
Sergio Pedri ed4cfaa0ae Workaround for incorrect codegen on .NET 5 5 years ago
Sergio Pedri e68a21de52 Add missing indexing update 5 years ago
Sergio Pedri e0b2defde2 Add unrolled FMA loop 5 years ago
Sergio Pedri 0e465cd8c3 Revert to FMA, codegen improvements 5 years ago
Sergio Pedri 1169e73915 Switch from FMA to AVX2 instructions 5 years ago
Sergio Pedri c825eccd10 Improved loading of factors using permutation 5 years ago
Sergio Pedri 1033297a37 Add initial FMA resize kernel convolve implementation 5 years ago
James Jackson-South 9e7574f32a
Merge pull request #1508 from tkp1n/feature/vectorize-rgb2ycbcr-conversion 5 years ago
Brian Popow fb1fb05943
Merge branch 'master' into webp 5 years ago
Brian Popow 257449e854 Use auto properties in Vp8Encoder 5 years ago
Nicolas Portmann 5033e3eb95 Improve algorithm 5 years ago
Nicolas Portmann 08a68af1a9 Allow epsilon of 1F for existing LUT converter 5 years ago
Nicolas Portmann 93099d1585 Add unit tests for both converters 5 years ago
Nicolas Portmann 429696bd5e Fix mistakes in final touches 5 years ago
Nicolas Portmann efd4d22665 Add initial vectorized implementation with benchmarks 5 years ago
James Jackson-South fade7571a5
Merge pull request #1506 from SixLabors/bp/Issue1505 5 years ago
James Jackson-South f50cc3f785
Merge branch 'master' into bp/Issue1505 5 years ago
James Jackson-South 496bc60997
Merge pull request #1504 from ptasev/pt/resize-alpha-option 5 years ago
Brian Popow 94829b82fc Add test case for #1505 5 years ago
Brian Popow a968b289a0 Use this.maxColors when getting size of the reduced palette, fixes #1505 5 years ago
Petar Tasev 8c77c494d6 Updated referenced image submodule to latest origin master. 5 years ago
Petar Tasev 62a01b7475 Split PixelConversionModifiers into a separate function. 5 years ago
Petar Tasev 0df047222b Add PremultiplyAlpha to ResizeOptions 5 years ago
James Jackson-South dafafb8f21 Fix predictor encoder on NET472 32bit. 5 years ago
Brian Popow 28872d09d3 Fix peak image file name 5 years ago
Brian Popow 48634cf2bf Add another testcase for ColorSpaceTransform, disable ColorSpaceTransform test for net472 with peak image 5 years ago
Brian Popow cf7a6986f4 Add SSE2 version of TransformColorInverse 5 years ago
Brian Popow 0676e68bfd Add SSE2 version of TransformColor 5 years ago
Brian Popow b971afec22
Merge branch 'master' into webp 5 years ago
Brian Popow e12fd7ba9e Add SSE4 version of CollectColorBlueTransforms 5 years ago
Brian Popow 92da90322e Add SSE4 version of CollectColorRedTransforms 5 years ago
James Jackson-South a841351c02
Merge pull request #1481 from SixLabors/js/faster-resize 5 years ago
Brian Popow 6678fba0c2 Dont use enumerator 5 years ago
Brian Popow 36f7ea0035 Use MemoryMarshal.Cast to bgr in DecodePixelValues() 5 years ago
Brian Popow 47946a283a Fix check for Sse2.IsSupported instead of just Sse.IsSupported 5 years ago
Brian Popow c563ea3401 Split up intrinsics tests, add guard if hw intrinsics are present 5 years ago
Brian Popow 6a381421c8 Add tests for substract green transform 5 years ago
Brian Popow 81276e5f4a Add AVX version of substract green transform 5 years ago
Brian Popow d0550a4d14 Add Ssse3 variant for substract green transform 5 years ago
James Jackson-South 3cbd8e393d Use explicit threadsafety declaration. 5 years ago
James Jackson-South 4fa43bffd2 Update PixelOperationsTests.cs 5 years ago
Brian Popow 657df2df69 Merge remote-tracking branch 'origin/master' into webp 5 years ago
Brian Popow 08515b1535 Merge remote-tracking branch 'origin/bp/webpSseExperiment' into webp 5 years ago
James Jackson-South bf9f25a142 Use properties for true Lazy. 5 years ago
Brian Popow 469c5d6264 Sse2.Subtract and Sse2.Add need to operate on bytes 5 years ago