14189 Commits (787ebb205d41b3a5dafa6f49d8d2d180c8ddb9f9)
 

Author SHA1 Message Date
Brian Popow 787ebb205d Try fix issues with Rgb96 pixel conversions 1 month ago
Brian Popow d1623fee63 Add tests for Rgb96 pixel conversions 1 month ago
James Jackson-South 05c89f72cf
Merge branch 'main' into bp/openExr 1 month ago
James Jackson-South 043ee2b325
Merge pull request #3105 from SixLabors/js/fix-3104 1 month ago
James Jackson-South e06a015cf5 Fix SIMD slicing and padding length handling. Fix #3104 1 month ago
James Jackson-South 2916204d7f
Merge branch 'main' into bp/openExr 1 month ago
Brian Popow 1853289863 Evaluate return value of stream.Read() to make sure enough data was read 1 month ago
James Jackson-South b10a7eda4b
Merge pull request #3102 from SixLabors/js/blend-perf-fixes 1 month ago
James Jackson-South b33f288a90 Add working-buffer blending and adjust row APIs 1 month ago
Brian Popow 0aeaaf7759 Move ReadSingle() to ExrDecoderCore 1 month ago
Brian Popow 84182c5aaf Remove more unused variables 1 month ago
Brian Popow fccd5b55d9 Remove unused variables 1 month ago
Brian Popow 802e275e8e Use CompareToReferenceOutput for failing bmp tests on linux 1 month ago
Brian Popow e6a9980daf Change expectedDefaultConfigurationCount to 12 1 month ago
Brian Popow 0c3ca3da24 Fix failing bmp tests 1 month ago
Brian Popow 65df7c29d0
Merge branch 'main' into bp/openExr 1 month ago
Brian Popow a1152c5dc3 Add some more comments 1 month ago
Brian Popow 7939cc9514 Throw InvalidImageContentException when requiered header fields are missing 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 9ead3ebe3a Update Magick.NET-Q16 to version 14.11.1 for fix to decoding zip compressed exr files 1 month ago
Brian Popow d29fe89a27 Add benchmark for decoding exr image 1 month ago
Brian Popow 3e7ef68dca Use cancellation token when encoding exr images 1 month ago
Brian Popow c0e3d283d8 Use cancellation token, when decoding exr images 1 month ago
Brian Popow 355d1bc6b6 Implement missing methods for Rgba128 1 month ago
Brian Popow 6a92b0cd44 Implement missing Rgb96 methods 1 month ago
James Jackson-South bd19151219
Merge pull request #3094 from SixLabors/bp/Issue3093 2 months ago
Brian Popow 7cc73d9c15 Fix issue decoding last row block with zip compression 2 months ago
Brian Popow d5f4e23f01 Avoid code duplication for CalculateBytesPerRow and RowsPerBlock 2 months ago
Brian Popow d409a3b7d3 Use magick Reference decoder 2 months ago
Brian Popow 9e80da9117 Try fix issue with undisposed buffers 2 months ago
Brian Popow a3349efb34 Add ExrEncoder tests 2 months ago
Brian Popow f9df91108a Add support for writing exr with zip compression with 16 rows per block 2 months ago
Brian Popow f212af812d Cleanup Compressor/Decompressors: Remove not needed fields 2 months ago
Brian Popow 4e81c02b5d Add test case for Issue #3093 2 months ago
Brian Popow 43f952cf00 Throw InvalidImageContentException when frame control chunk does not have enough data 2 months ago
Brian Popow 5ee52ef403 Fix issue in re-ordering pixel value, does not work inplace 2 months ago
Brian Popow 614a7f6e84 Re-arrange pixeldata and add predictor for zip compressed data 2 months ago
Brian Popow 0d515147d0 Use compressor when writing pixel row data with exr encoder 2 months ago
Brian Popow 3ff9d24422 Refactor exr encoder for compression 2 months ago
Brian Popow 137ebbba06 Add Exr compressor factory 2 months ago
Brian Popow 3b7aa4d554 Move constants to own folder 2 months ago
Brian Popow 51f3ab2526 Fix test image for float32: it is now actually uncompressed 2 months ago
Brian Popow b79ba2158d Fix not using offset when accessing decompressedPixelData 2 months ago
Brian Popow a0eaefbae9 Try fix decode unsigned int pixel data 2 months ago