13966 Commits (7d06e6df3d09d50306cb4e5213e41de2d9771b8f)
 

Author SHA1 Message Date
Socolin 7d06e6df3d Use the same MemoryAllocator as the one of the image when decoding icc profile of png with ApplyRgbaCompatibleIccProfile 8 months ago
Socolin e6d62d019a Make sure pixel values are float between 0 and 1 during processing of ApplyRgbaCompatibleIccProfile 8 months ago
Socolin 472089abfb Use bulk overload to convert the pixel row from Vector4 to Rgb in ApplyRgbaCompatibleIccProfile 8 months ago
Socolin f8c8174b57 Rework ApplyIccProfile to use ProcessPixelRowsAsVector4 8 months ago
Socolin 15d11515b7 Fix concurrency problem with MemoryAllocatorValidator 8 months ago
Socolin bd532d6696 Add tests to check if PngDecoder apply ICC profile 8 months ago
Socolin e965d3fac6 Apply color conversion when decoding PNG 9 months ago
James Jackson-South 672d788380
Merge pull request #3014 from stefannikolei/sn/net10 9 months ago
James Jackson-South ea4ba7a7da Update TiffDecoderTests.cs 9 months ago
James Jackson-South 766175ff06 Fix tests 9 months ago
Stefan Nikolei 284e40e3db Disable SSE42 9 months ago
Stefan Nikolei a4765d1ff9 Use .NET10 for build and not .net9 9 months ago
Stefan Nikolei fc211a7aa7 Update Intrinsic usage 9 months ago
Stefan Nikolei d03b1d5b57
Merge branch 'main' into sn/net10 9 months ago
James Jackson-South 0b34bcac0e
Merge pull request #3022 from SixLabors/js/fix-2948 9 months ago
James Jackson-South 143c3bb4f2 Cleanup 9 months ago
James Jackson-South 816cd1b7dd
Merge branch 'main' into js/fix-2948 9 months ago
James Jackson-South b078cb935c
Merge pull request #3018 from stefannikolei/sn/arm_tests 9 months ago
James Jackson-South 468cea246c
Merge branch 'main' into sn/arm_tests 9 months ago
James Jackson-South c82b1f7908 Explicitly handle missing SOS marker. Fix #2948 9 months ago
Stefan Nikolei 958aea050d Use a more tolerant comparer 9 months ago
James Jackson-South 750daad890
Merge pull request #3021 from SixLabors/js/fix-3010 9 months ago
James Jackson-South 4979e995fa Normalize EXIF XMP and ICC reading. 9 months ago
James Jackson-South 47ac160a45 Normalize WebP Chunk parsing. Fixes #3010 9 months ago
James Jackson-South 84476b8d84
Merge pull request #3020 from SixLabors/js/fix-3009 9 months ago
James Jackson-South 04f170b367 Fix #3009 9 months ago
Stefan Nikolei 3dd95819f4
Merge branch 'main' into sn/arm_tests 9 months ago
Stefan Nikolei 7b4615f70c Add ARM hosted runners 9 months ago
James Jackson-South 24576efda9
Merge pull request #3011 from SixLabors/js/fix-3000 9 months ago
James Jackson-South 726794a98f Rename helper, fix docs. 9 months ago
Stefan Nikolei fd04531820 Check for SSE42 not SSE 9 months ago
Stefan Nikolei eca4734ad1 Add more usermessages 9 months ago
Stefan Nikolei 6aad0e733e In .net8 there is no grouping 9 months ago
Stefan Nikolei 330ca36b39 SSE2 ist not disabled by SSE42 9 months ago
Stefan Nikolei 994c37b353 SSE is not disabled by SSE42 9 months ago
Stefan Nikolei 1d1aa0ae4f Add usermessages to asserts 9 months ago
Stefan Nikolei ad4b3e90b2 Update ISA Groups 9 months ago
Stefan Nikolei 54d2dc2b88 Update remoteexecutor 9 months ago
Stefan Nikolei c560e321de Drop .NET9 9 months ago
Stefan Nikolei b6937708e5 Try fix build error 10 months ago
Stefan Nikolei 3ddd02073a Add condition for LangVersion 10 months ago
Stefan Nikolei 6db71cdf41 Enable C#14 10 months ago
Stefan Nikolei 8bd918aa96 Add .NET10.0 in all projects 10 months ago
Stefan Nikolei 053aca4eff Use 10.0 in build 10 months ago
Stefan Nikolei e8eb6ba391 Add .NET10.0 as TFM 10 months ago
James Jackson-South 6dea233103 Fix the correct pathname part 10 months ago
James Jackson-South d8bf8ee810 Rename files to fix casing 10 months ago
James Jackson-South 24a1972c4d Fix casing 10 months ago
James Jackson-South 2577046429 Fix #3000 10 months ago
James Jackson-South fd8331fd66
Merge pull request #3008 from SixLabors/js/fix-2999 10 months ago