9019 Commits (4b983db6b260f9ff581004c8bbeff9bb760786d6)

Author SHA1 Message Date
Brian Popow 4b983db6b2 Add check, if Offset is greater then stream length when reading colorMapSize 2 months ago
James Jackson-South dd827571d1 Replace AntialiasSubpixelDepth with AntialiasThreshold 2 months ago
James Jackson-South ae6bdbf36f JPEG - Throw explicit ImageContentException on missing marker. 2 months ago
James Jackson-South 4fc4d660fa Respond to feedback 2 months ago
James Jackson-South ae9ca4c5bf Fix #3064 2 months ago
James Jackson-South 1d87e61a96 Update BmpDecoderCore.cs 2 months ago
James Jackson-South 34e7f9700d Fix #3067 2 months ago
James Jackson-South d557bb29e0 Fix review feedback 2 months ago
James Jackson-South 17699d1953 Add row-stride overloads for memory APIs 2 months ago
antonfirsov 54808ea21a Undo #2025 3 months ago
James Jackson-South a96c78d60c Don't use Vector512 (SLOW) 3 months ago
James Jackson-South 1e87e4e8fa Implement CodeQL feedback 3 months ago
James Jackson-South 6fd20f5817 Fix precision loss. 3 months ago
James Jackson-South c43b6365d0 Ensure palette is always captured. 3 months ago
James Jackson-South a4c1a155e5 Fix reviewed issues 3 months ago
James Jackson-South dcc736c2c8 Capture palette from Tiff when available. 3 months ago
James Jackson-South 7e22a01469 Add RGB support. 3 months ago
James Jackson-South 7f402b8bb8 Allow conversion for CIE Lab and CMYK 3 months ago
James Jackson-South b8d288874c Optimize conversion with Avx 3 months ago
James Jackson-South d9816d12b5 Add support for ICC conversion to WEBP 3 months ago
James Jackson-South 99aadf6b03 Use overloads not nullable params 3 months ago
James Jackson-South ff02d0c1f0 Use IptcProfile in PNG 4 months ago
James Jackson-South 81d533b320 Improve behavior and add comments 4 months ago
James Jackson-South bc35ee6b37 Enhance XmpProfile to add XDocument normalization 4 months ago
James Jackson-South 74e8321cd5 Update field names and fix assignment bug 4 months ago
James Jackson-South 9f1a4befdf Use the span directly 4 months ago
James Jackson-South 192c4aba05 Micro optimizations 4 months ago
James Jackson-South bca6197517 Make UnmanagedMemoryHandle members readonly and improve pool finalization tests 4 months ago
James Jackson-South ce7835694f Update Rgb.cs 4 months ago
James Jackson-South bb93350bb5 Remove per-pixel transform 4 months ago
James Jackson-South d9183d54e7 Add dev note [skip ci] 4 months ago
James Jackson-South 82eb56b118 Basic fallback functionality complete 4 months ago
John Fredrickson 2edab61535 Write into stream instead of simply just advancing it. 5 months ago
Socolin 33aa0c84b7 Apply ICC profile when decoding InterlacedRgba PNG 5 months ago
Socolin 7d06e6df3d Use the same MemoryAllocator as the one of the image when decoding icc profile of png with ApplyRgbaCompatibleIccProfile 5 months ago
Socolin e6d62d019a Make sure pixel values are float between 0 and 1 during processing of ApplyRgbaCompatibleIccProfile 5 months ago
Socolin 472089abfb Use bulk overload to convert the pixel row from Vector4 to Rgb in ApplyRgbaCompatibleIccProfile 5 months ago
Socolin f8c8174b57 Rework ApplyIccProfile to use ProcessPixelRowsAsVector4 5 months ago
Socolin 1e48674d38 Optimization in Rgba16161616TiffColor, split a code into 2 loops to avoid a condtion for each pixel 5 months ago
Socolin 3c7a39623b Fix PixelColorType.YCbCr wrongly interpreted as grayscale in PngEncoder 5 months ago
Socolin 0582e85e49 Fix decoding tiff image with BigEndian + 64 bit / pixel + associated alpha 5 months ago
Socolin e965d3fac6 Apply color conversion when decoding PNG 5 months ago
James Jackson-South c82b1f7908 Explicitly handle missing SOS marker. Fix #2948 6 months ago
James Jackson-South 4979e995fa Normalize EXIF XMP and ICC reading. 6 months ago
James Jackson-South 47ac160a45 Normalize WebP Chunk parsing. Fixes #3010 6 months ago
James Jackson-South 04f170b367 Fix #3009 6 months ago
James Jackson-South 726794a98f Rename helper, fix docs. 6 months ago
Stefan Nikolei c560e321de Drop .NET9 6 months ago
Stefan Nikolei e8eb6ba391 Add .NET10.0 as TFM 6 months ago
James Jackson-South 2577046429 Fix #3000 6 months ago