9253 Commits (27a848cd256ed439752b92d1ff3ed7280e034d34)

Author SHA1 Message Date
Brian Popow 7cc73d9c15 Fix issue decoding last row block with zip compression 5 months ago
Brian Popow d5f4e23f01 Avoid code duplication for CalculateBytesPerRow and RowsPerBlock 5 months ago
Brian Popow d409a3b7d3 Use magick Reference decoder 5 months ago
Brian Popow 9e80da9117 Try fix issue with undisposed buffers 5 months ago
Brian Popow a3349efb34 Add ExrEncoder tests 5 months ago
Brian Popow f9df91108a Add support for writing exr with zip compression with 16 rows per block 5 months ago
Brian Popow f212af812d Cleanup Compressor/Decompressors: Remove not needed fields 5 months ago
Brian Popow 4e81c02b5d Add test case for Issue #3093 5 months ago
Brian Popow 43f952cf00 Throw InvalidImageContentException when frame control chunk does not have enough data 5 months ago
Brian Popow 5ee52ef403 Fix issue in re-ordering pixel value, does not work inplace 5 months ago
Brian Popow 614a7f6e84 Re-arrange pixeldata and add predictor for zip compressed data 5 months ago
Brian Popow 0d515147d0 Use compressor when writing pixel row data with exr encoder 6 months ago
Brian Popow 3ff9d24422 Refactor exr encoder for compression 6 months ago
Brian Popow 137ebbba06 Add Exr compressor factory 6 months ago
Brian Popow 3b7aa4d554 Move constants to own folder 6 months ago
Brian Popow b79ba2158d Fix not using offset when accessing decompressedPixelData 6 months ago
Brian Popow a0eaefbae9 Try fix decode unsigned int pixel data 6 months ago
James Jackson-South 4b30c4ea10 Expand pixel blender API to support single color bulk operations 6 months ago
Brian Popow 490d4a0c2d Fix mistake in Identify 6 months ago
Brian Popow eaea042bc3 Fix issue assigning pixel value from HalfVector4 6 months ago
Brian Popow b78402d524 Fix issue in ExrImageFormatDetector.cs returning wrong format 6 months ago
Brian Popow 83dba5872b Change exr name space to SixLabors.ImageSharp.Formats.Exr 6 months ago
Brian Popow fa52ab740f Adjust exr decoder / encoder to ImageSharp changes 6 months ago
Brian Popow c512b142f9 If alpha length is greater then colorTable, slice length to colorTable length 6 months ago
Brian Popow d355fc0e32 Throw Exception when alpha.Length > colorTable.Length in tRNS chunk 6 months ago
Brian Popow 52c74b563e Add check, if translatedKeywordLength is < 0 6 months ago
Brian Popow fca50b9678 Add check for enough data in ReadInternationalTextChunk() 6 months ago
Brian Popow ba01f9c125 Add check in ReadCompressedTextChunk() for enough data after keyword end 6 months ago
James Jackson-South b0f81fac2d Add Clear method to matrix builders. 6 months ago
Brian Popow be852be474 Add check for span length in parse png physical chunk 6 months ago
James Jackson-South 7632f8e941 Add Matrix4x4 transform overloads and tests 6 months ago
Brian Popow 4b983db6b2 Add check, if Offset is greater then stream length when reading colorMapSize 6 months ago
James Jackson-South dd827571d1 Replace AntialiasSubpixelDepth with AntialiasThreshold 6 months ago
James Jackson-South ae6bdbf36f JPEG - Throw explicit ImageContentException on missing marker. 6 months ago
James Jackson-South 4fc4d660fa Respond to feedback 6 months ago
James Jackson-South ae9ca4c5bf Fix #3064 6 months ago
James Jackson-South 1d87e61a96 Update BmpDecoderCore.cs 6 months ago
James Jackson-South 34e7f9700d Fix #3067 6 months ago
James Jackson-South d557bb29e0 Fix review feedback 6 months ago
James Jackson-South 17699d1953 Add row-stride overloads for memory APIs 6 months ago
James Jackson-South 56fc139b06 Don't have an affective default limit. 7 months ago
antonfirsov 54808ea21a Undo #2025 7 months ago
James Jackson-South a96c78d60c Don't use Vector512 (SLOW) 7 months ago
James Jackson-South 1e87e4e8fa Implement CodeQL feedback 7 months ago
James Jackson-South 6fd20f5817 Fix precision loss. 7 months ago
James Jackson-South a8fc4b7048 Add accumulative allocation tracking to allocators 7 months ago
James Jackson-South c43b6365d0 Ensure palette is always captured. 7 months ago
James Jackson-South a4c1a155e5 Fix reviewed issues 7 months ago
James Jackson-South dcc736c2c8 Capture palette from Tiff when available. 7 months ago
James Jackson-South 7e22a01469 Add RGB support. 7 months ago