5687 Commits (a1152c5dc3ccfe73ea18b40e5344e76ebb60e68b)

Author SHA1 Message Date
Brian Popow a9f6dbc68b Add compression to exr metadata 3 months ago
Brian Popow b95663489e Add tests for exr metadata 3 months ago
Brian Popow c8c3656aaf Implement GetPixelTypeInfo() for EXR 3 months ago
Brian Popow 8c0c85442c Set exr pixel type when decoding an image 3 months ago
Brian Popow a741e84a12 Use exact comparer as default for exr decoder tests 3 months ago
Brian Popow 53230af86b Use tolerant comparer for B44 compression 3 months ago
Brian Popow aa0af92faa Use CompareToReferenceOutput for int pixel type 3 months ago
Brian Popow 9ead3ebe3a Update Magick.NET-Q16 to version 14.11.1 for fix to decoding zip compressed exr files 3 months ago
Brian Popow d29fe89a27 Add benchmark for decoding exr image 3 months ago
Brian Popow d409a3b7d3 Use magick Reference decoder 3 months ago
Brian Popow a3349efb34 Add ExrEncoder tests 3 months ago
Brian Popow 51f3ab2526 Fix test image for float32: it is now actually uncompressed 3 months ago
Brian Popow a0eaefbae9 Try fix decode unsigned int pixel data 3 months ago
Brian Popow fc40209727 Test case for pixel type uint 3 months ago
Brian Popow 1abfe6966d Add test image for decoding exr with float piyel type 3 months ago
Brian Popow e4c22d8f67 Add tests for decode RGB and gray exr files 3 months ago
Brian Popow 1b97d8c12c Smaller test files 3 months ago
Brian Popow d121039956 Add test for Identify 3 months ago
Brian Popow faf87fbe16 Use MagickReference decoder for exr decoding tests 3 months ago
Brian Popow b78402d524 Fix issue in ExrImageFormatDetector.cs returning wrong format 3 months ago
Brian Popow 83dba5872b Change exr name space to SixLabors.ImageSharp.Formats.Exr 3 months ago
Brian Popow fa52ab740f Adjust exr decoder / encoder to ImageSharp changes 3 months ago
Brian Popow c512b142f9 If alpha length is greater then colorTable, slice length to colorTable length 3 months ago
Brian Popow 9c9b6124f3 Add test case for alpha.Length > colorTable.Length 4 months ago
Brian Popow 8d78fe0b08 Add test case for truncated data after language tag 4 months ago
Brian Popow 457436d970 Add test case for not enough data reading InternationalText chunk 4 months ago
Brian Popow eab4147235 Add test case for not enough data after keyword end 4 months ago
James Jackson-South b0f81fac2d Add Clear method to matrix builders. 4 months ago
Brian Popow 60c556cd2a Remove not used using, change ImageFormatException to InvalidImageContentException 4 months ago
Brian Popow 93b9345ab8 Add test case for #3078 4 months ago
James Jackson-South 7632f8e941 Add Matrix4x4 transform overloads and tests 4 months ago
Brian Popow 7d608dd087 Add test case for issue #3074 4 months ago
James Jackson-South dd827571d1 Replace AntialiasSubpixelDepth with AntialiasThreshold 4 months ago
James Jackson-South ae6bdbf36f JPEG - Throw explicit ImageContentException on missing marker. 4 months ago
James Jackson-South ae9ca4c5bf Fix #3064 4 months ago
James Jackson-South 128d6f943a Update IcoDecoderTests.cs 4 months ago
James Jackson-South 07d2c04bf1
Potential fix for pull request finding 'Useless assignment to local variable' 4 months ago
James Jackson-South 34e7f9700d Fix #3067 4 months ago
James Jackson-South 6a4d10291b Update ImageTests.WrapMemory.cs 4 months ago
James Jackson-South 17699d1953 Add row-stride overloads for memory APIs 4 months ago
antonfirsov 54808ea21a Undo #2025 4 months ago
James Jackson-South 6fd20f5817 Fix precision loss. 5 months ago
James Jackson-South dcc736c2c8 Capture palette from Tiff when available. 5 months ago
James Jackson-South 7e22a01469 Add RGB support. 5 months ago
James Jackson-South 7f402b8bb8 Allow conversion for CIE Lab and CMYK 5 months ago
James Jackson-South 08dd24fbee Remove unused namespaces 5 months ago
James Jackson-South d9816d12b5 Add support for ICC conversion to WEBP 5 months ago
James Jackson-South 55d6711c19 Add test 5 months ago
James Jackson-South ff02d0c1f0 Use IptcProfile in PNG 5 months ago
James Jackson-South 81d533b320 Improve behavior and add comments 5 months ago