9135 Commits (c5624b534e6e51b5bdeed1aae5b1d7c3a9c330ae)

Author SHA1 Message Date
James Jackson-South dd395e1c03 Enhance metadata conversion 1 month ago
James Jackson-South 0390442fee Fix ColorNumerics and FromVector4 1 month ago
Brian Popow 00db2e9256 Actually use pixel type from encoder in ExrEncoderCore constructor 1 month ago
Brian Popow ce545b7892 Fix stylecop complains 1 month ago
Brian Popow 1e69aa45ab Add additional doc strings 1 month ago
Brian Popow 15701e5e84 Write alpha channel when encoding exr images 1 month ago
Brian Popow 372299744a Fix mistake when encoding uint pixel data: value from Rgb96.FromVector4 was not used 1 month ago
Brian Popow 29f558a801 Add test case for uint pixel type with alpha 1 month ago
Brian Popow 0ceeba4461 Remove no longer needed ColorScaleTo32Bit() 1 month ago
Brian Popow 5926455cef Remove ExrCompression property from ExrBaseCompression, it is not needed 1 month ago
Brian Popow b4cd27f2c9 Remove unnecessary ColorScaleTo32Bit when decoding pixel type uint32 1 month ago
James Jackson-South ad58e74505 Allow -1 (unbounded) parallelism; validate settings 1 month ago
Brian Popow 24dbf639c5 Fix issues with pixel conversions in Rgba128 1 month ago
James Jackson-South fd688db0eb Complete implementation and add tests/benchmark 1 month ago
James Jackson-South 5e4f3ef1ff Use operators in generated functions 1 month ago
James Jackson-South 1c5e3e1a69 Modernize base PorterDuffFunctions 1 month ago
Brian Popow 787ebb205d Try fix issues with Rgb96 pixel conversions 1 month ago
James Jackson-South c9f7e6ea60 Add ImageInfo.GetPixelMemorySize; docs & tests 1 month ago
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
James Jackson-South e06a015cf5 Fix SIMD slicing and padding length handling. Fix #3104 1 month ago
Brian Popow 1853289863 Evaluate return value of stream.Read() to make sure enough data was read 2 months ago
James Jackson-South b33f288a90 Add working-buffer blending and adjust row APIs 2 months ago
Brian Popow 0aeaaf7759 Move ReadSingle() to ExrDecoderCore 2 months ago
Andreas Eriksson ac1905328d Fix Identify returning incorrect frame count for animated PNGs 2 months ago
Brian Popow 84182c5aaf Remove more unused variables 2 months ago
Brian Popow fccd5b55d9 Remove unused variables 2 months ago
Brian Popow 0c3ca3da24 Fix failing bmp tests 2 months ago
Brian Popow a1152c5dc3 Add some more comments 2 months ago
Brian Popow 7939cc9514 Throw InvalidImageContentException when requiered header fields are missing 2 months ago
Brian Popow a9f6dbc68b Add compression to exr metadata 2 months ago
Brian Popow b95663489e Add tests for exr metadata 2 months ago
Brian Popow c8c3656aaf Implement GetPixelTypeInfo() for EXR 2 months ago
Brian Popow 8c0c85442c Set exr pixel type when decoding an image 2 months ago
Brian Popow d29fe89a27 Add benchmark for decoding exr image 2 months ago
Brian Popow 3e7ef68dca Use cancellation token when encoding exr images 2 months ago
Brian Popow c0e3d283d8 Use cancellation token, when decoding exr images 2 months ago
Brian Popow 355d1bc6b6 Implement missing methods for Rgba128 2 months ago
Brian Popow 6a92b0cd44 Implement missing Rgb96 methods 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