9185 Commits (fb207199f5b3db589f8a2013caeb72f238e6c8e7)

Author SHA1 Message Date
Brian Popow 490d4a0c2d Fix mistake in Identify 4 months ago
Brian Popow eaea042bc3 Fix issue assigning pixel value from HalfVector4 4 months ago
Brian Popow b78402d524 Fix issue in ExrImageFormatDetector.cs returning wrong format 4 months ago
Brian Popow 83dba5872b Change exr name space to SixLabors.ImageSharp.Formats.Exr 4 months ago
Brian Popow fa52ab740f Adjust exr decoder / encoder to ImageSharp changes 4 months ago
Brian Popow c512b142f9 If alpha length is greater then colorTable, slice length to colorTable length 4 months ago
Brian Popow d355fc0e32 Throw Exception when alpha.Length > colorTable.Length in tRNS chunk 4 months ago
Brian Popow 52c74b563e Add check, if translatedKeywordLength is < 0 4 months ago
Brian Popow fca50b9678 Add check for enough data in ReadInternationalTextChunk() 4 months ago
Brian Popow ba01f9c125 Add check in ReadCompressedTextChunk() for enough data after keyword end 4 months ago
James Jackson-South b0f81fac2d Add Clear method to matrix builders. 4 months ago
Brian Popow be852be474 Add check for span length in parse png physical chunk 4 months ago
James Jackson-South 7632f8e941 Add Matrix4x4 transform overloads and tests 4 months ago
Brian Popow 4b983db6b2 Add check, if Offset is greater then stream length when reading colorMapSize 4 months ago
James Jackson-South dd827571d1 Replace AntialiasSubpixelDepth with AntialiasThreshold 5 months ago
James Jackson-South ae6bdbf36f JPEG - Throw explicit ImageContentException on missing marker. 5 months ago
James Jackson-South 4fc4d660fa Respond to feedback 5 months ago
James Jackson-South ae9ca4c5bf Fix #3064 5 months ago
James Jackson-South 1d87e61a96 Update BmpDecoderCore.cs 5 months ago
James Jackson-South 34e7f9700d Fix #3067 5 months ago
James Jackson-South d557bb29e0 Fix review feedback 5 months ago
James Jackson-South 17699d1953 Add row-stride overloads for memory APIs 5 months ago
James Jackson-South 56fc139b06 Don't have an affective default limit. 5 months ago
antonfirsov 54808ea21a Undo #2025 5 months ago
James Jackson-South a96c78d60c Don't use Vector512 (SLOW) 6 months ago
James Jackson-South 1e87e4e8fa Implement CodeQL feedback 6 months ago
James Jackson-South 6fd20f5817 Fix precision loss. 6 months ago
James Jackson-South a8fc4b7048 Add accumulative allocation tracking to allocators 6 months ago
James Jackson-South c43b6365d0 Ensure palette is always captured. 6 months ago
James Jackson-South a4c1a155e5 Fix reviewed issues 6 months ago
James Jackson-South dcc736c2c8 Capture palette from Tiff when available. 6 months ago
James Jackson-South 7e22a01469 Add RGB support. 6 months ago
James Jackson-South 7f402b8bb8 Allow conversion for CIE Lab and CMYK 6 months ago
James Jackson-South b8d288874c Optimize conversion with Avx 6 months ago
James Jackson-South d9816d12b5 Add support for ICC conversion to WEBP 6 months ago
James Jackson-South 99aadf6b03 Use overloads not nullable params 6 months ago
James Jackson-South ff02d0c1f0 Use IptcProfile in PNG 6 months ago
James Jackson-South 81d533b320 Improve behavior and add comments 6 months ago
James Jackson-South bc35ee6b37 Enhance XmpProfile to add XDocument normalization 6 months ago
James Jackson-South 74e8321cd5 Update field names and fix assignment bug 6 months ago
James Jackson-South 9f1a4befdf Use the span directly 6 months ago
James Jackson-South 192c4aba05 Micro optimizations 6 months ago
James Jackson-South bca6197517 Make UnmanagedMemoryHandle members readonly and improve pool finalization tests 6 months ago
James Jackson-South ce7835694f Update Rgb.cs 6 months ago
James Jackson-South bb93350bb5 Remove per-pixel transform 6 months ago
James Jackson-South d9183d54e7 Add dev note [skip ci] 6 months ago
James Jackson-South 82eb56b118 Basic fallback functionality complete 6 months ago
John Fredrickson 2edab61535 Write into stream instead of simply just advancing it. 7 months ago
Socolin 33aa0c84b7 Apply ICC profile when decoding InterlacedRgba PNG 7 months ago
Socolin 7d06e6df3d Use the same MemoryAllocator as the one of the image when decoding icc profile of png with ApplyRgbaCompatibleIccProfile 7 months ago