2260 Commits (2abbedcd6493df86bdf7bd1d4e36948b5ed5102e)

Author SHA1 Message Date
James Jackson-South f0ce591a64 Rename quantizer and update tests 1 month ago
James Jackson-South 90f0c0b5d4 Update and simplify quantization color caches. 1 month ago
Andreas 9569449ac4 Fix MaxFrames handling in PNG decoder 1 month ago
Andreas a76c02f7c0 Replace test image with a smaller one. 1 month ago
Andreas Eriksson 7b13e1df1b Add generated animated PNG tests for Identify and Decode frame counts 1 month ago
Andreas Eriksson ac1905328d Fix Identify returning incorrect frame count for animated PNGs 1 month ago
Brian Popow 802e275e8e Use CompareToReferenceOutput for failing bmp tests on linux 1 month ago
Brian Popow 0c3ca3da24 Fix failing bmp tests 1 month ago
Brian Popow a9f6dbc68b Add compression to exr metadata 1 month ago
Brian Popow b95663489e Add tests for exr metadata 1 month ago
Brian Popow c8c3656aaf Implement GetPixelTypeInfo() for EXR 1 month ago
Brian Popow 8c0c85442c Set exr pixel type when decoding an image 1 month ago
Brian Popow a741e84a12 Use exact comparer as default for exr decoder tests 1 month ago
Brian Popow 53230af86b Use tolerant comparer for B44 compression 1 month ago
Brian Popow aa0af92faa Use CompareToReferenceOutput for int pixel type 1 month ago
Brian Popow d409a3b7d3 Use magick Reference decoder 2 months ago
Brian Popow a3349efb34 Add ExrEncoder tests 2 months ago
Brian Popow 4e81c02b5d Add test case for Issue #3093 2 months ago
Brian Popow fc40209727 Test case for pixel type uint 2 months ago
Brian Popow 1abfe6966d Add test image for decoding exr with float piyel type 2 months ago
Brian Popow e4c22d8f67 Add tests for decode RGB and gray exr files 2 months ago
Brian Popow d121039956 Add test for Identify 2 months ago
Brian Popow faf87fbe16 Use MagickReference decoder for exr decoding tests 2 months ago
Brian Popow b78402d524 Fix issue in ExrImageFormatDetector.cs returning wrong format 2 months ago
Brian Popow 83dba5872b Change exr name space to SixLabors.ImageSharp.Formats.Exr 2 months ago
Brian Popow fa52ab740f Adjust exr decoder / encoder to ImageSharp changes 2 months ago
Brian Popow c512b142f9 If alpha length is greater then colorTable, slice length to colorTable length 2 months ago
Brian Popow 9c9b6124f3 Add test case for alpha.Length > colorTable.Length 2 months ago
Brian Popow 8d78fe0b08 Add test case for truncated data after language tag 2 months ago
Brian Popow 457436d970 Add test case for not enough data reading InternationalText chunk 2 months ago
Brian Popow eab4147235 Add test case for not enough data after keyword end 2 months ago
Brian Popow 60c556cd2a Remove not used using, change ImageFormatException to InvalidImageContentException 2 months ago
Brian Popow 93b9345ab8 Add test case for #3078 2 months ago
Brian Popow 7d608dd087 Add test case for issue #3074 2 months ago
James Jackson-South ae6bdbf36f JPEG - Throw explicit ImageContentException on missing marker. 2 months ago
James Jackson-South ae9ca4c5bf Fix #3064 2 months ago
James Jackson-South 128d6f943a Update IcoDecoderTests.cs 2 months ago
James Jackson-South 07d2c04bf1
Potential fix for pull request finding 'Useless assignment to local variable' 2 months ago
James Jackson-South 34e7f9700d Fix #3067 2 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 08dd24fbee Remove unused namespaces 3 months ago
James Jackson-South d9816d12b5 Add support for ICC conversion to WEBP 3 months ago
James Jackson-South ff02d0c1f0 Use IptcProfile in PNG 4 months ago
James Jackson-South bc35ee6b37 Enhance XmpProfile to add XDocument normalization 4 months ago
Brian Popow adf677a829 Add test for writing reserved bytes in WebpVp8X 4 months ago
Socolin 33aa0c84b7 Apply ICC profile when decoding InterlacedRgba PNG 5 months ago
Socolin bd532d6696 Add tests to check if PngDecoder apply ICC profile 5 months ago
Socolin 3c7a39623b Fix PixelColorType.YCbCr wrongly interpreted as grayscale in PngEncoder 5 months ago