14801 Commits (c48fa67f044dbecfb56b8188634a413efae71f2b)
 

Author SHA1 Message Date
James Jackson-South bb93350bb5 Remove per-pixel transform 8 months ago
James Jackson-South d9183d54e7 Add dev note [skip ci] 8 months ago
James Jackson-South 82eb56b118 Basic fallback functionality complete 8 months ago
James Jackson-South 49461a176c Merge remote-tracking branch 'upstream/main' into png-icc 8 months ago
Brian Popow 8df5efe3ad
Merge pull request #3036 from jrlost/fix-3035 8 months ago
Brian Popow adf677a829 Add test for writing reserved bytes in WebpVp8X 8 months ago
Yushu2606 d469be1ccf
Merge branch 'main' into patch 8 months ago
John Fredrickson 2edab61535 Write into stream instead of simply just advancing it. 8 months ago
Socolin 33aa0c84b7 Apply ICC profile when decoding InterlacedRgba PNG 9 months ago
Socolin 7d06e6df3d Use the same MemoryAllocator as the one of the image when decoding icc profile of png with ApplyRgbaCompatibleIccProfile 9 months ago
Socolin e6d62d019a Make sure pixel values are float between 0 and 1 during processing of ApplyRgbaCompatibleIccProfile 9 months ago
Socolin 472089abfb Use bulk overload to convert the pixel row from Vector4 to Rgb in ApplyRgbaCompatibleIccProfile 9 months ago
Socolin f8c8174b57 Rework ApplyIccProfile to use ProcessPixelRowsAsVector4 9 months ago
Socolin 15d11515b7 Fix concurrency problem with MemoryAllocatorValidator 9 months ago
Socolin bd532d6696 Add tests to check if PngDecoder apply ICC profile 9 months ago
James Jackson-South 322935125d
Merge pull request #3034 from Socolin/fix-3033 9 months ago
James Jackson-South 4208debc2e
Merge branch 'main' into fix-3033 9 months ago
James Jackson-South bca2fbcc4a
Merge pull request #3032 from Socolin/fix-3031 9 months ago
Socolin c66833c176 Remove retired macos image from test matrix in CI 9 months ago
Socolin 1e48674d38 Optimization in Rgba16161616TiffColor, split a code into 2 loops to avoid a condtion for each pixel 9 months ago
Socolin 3c7a39623b Fix PixelColorType.YCbCr wrongly interpreted as grayscale in PngEncoder 9 months ago
Socolin 0582e85e49 Fix decoding tiff image with BigEndian + 64 bit / pixel + associated alpha 9 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 10 months ago
James Jackson-South ea4ba7a7da Update TiffDecoderTests.cs 10 months ago
James Jackson-South 766175ff06 Fix tests 10 months ago
Stefan Nikolei 284e40e3db Disable SSE42 10 months ago
Stefan Nikolei a4765d1ff9 Use .NET10 for build and not .net9 10 months ago
Stefan Nikolei fc211a7aa7 Update Intrinsic usage 10 months ago
Stefan Nikolei d03b1d5b57
Merge branch 'main' into sn/net10 10 months ago
James Jackson-South 0b34bcac0e
Merge pull request #3022 from SixLabors/js/fix-2948 10 months ago
James Jackson-South 143c3bb4f2 Cleanup 10 months ago
James Jackson-South 816cd1b7dd
Merge branch 'main' into js/fix-2948 10 months ago
James Jackson-South b078cb935c
Merge pull request #3018 from stefannikolei/sn/arm_tests 10 months ago
James Jackson-South 468cea246c
Merge branch 'main' into sn/arm_tests 10 months ago
James Jackson-South c82b1f7908 Explicitly handle missing SOS marker. Fix #2948 10 months ago
Stefan Nikolei 958aea050d Use a more tolerant comparer 10 months ago
James Jackson-South 750daad890
Merge pull request #3021 from SixLabors/js/fix-3010 10 months ago
James Jackson-South 4979e995fa Normalize EXIF XMP and ICC reading. 10 months ago
James Jackson-South 47ac160a45 Normalize WebP Chunk parsing. Fixes #3010 10 months ago
James Jackson-South 84476b8d84
Merge pull request #3020 from SixLabors/js/fix-3009 10 months ago
James Jackson-South 04f170b367 Fix #3009 10 months ago
Stefan Nikolei 3dd95819f4
Merge branch 'main' into sn/arm_tests 10 months ago
Stefan Nikolei 7b4615f70c Add ARM hosted runners 10 months ago
James Jackson-South 24576efda9
Merge pull request #3011 from SixLabors/js/fix-3000 10 months ago
James Jackson-South 726794a98f Rename helper, fix docs. 10 months ago
Stefan Nikolei fd04531820 Check for SSE42 not SSE 10 months ago
Stefan Nikolei eca4734ad1 Add more usermessages 10 months ago
Stefan Nikolei 6aad0e733e In .net8 there is no grouping 10 months ago
Stefan Nikolei 330ca36b39 SSE2 ist not disabled by SSE42 10 months ago