12217 Commits (4b71d25bffc8261efb34dcbfccb3ce0e9509b054)
 

Author SHA1 Message Date
James Jackson-South 4b71d25bff
Update src/ImageSharp/IO/BufferedReadStream.cs 4 years ago
James Jackson-South 544c14d121
Update src/ImageSharp/IO/BufferedReadStream.cs 4 years ago
James Jackson-South 68f9510f9b
Merge branch 'main' into js/buffered-read-fix 4 years ago
James Jackson-South 8b7eaf257e
Merge pull request #2266 from SixLabors/bp/oldJpegCompression 4 years ago
James Jackson-South af3eb7dd1f Update SpectralConverter{TPixel}.cs 4 years ago
James Jackson-South 984327a004 Move options to first parameter position 4 years ago
James Jackson-South f0038646ff Remove unused constructor 4 years ago
James Jackson-South a6dd6e3efb Revert constructor parameter ordering 4 years ago
James Jackson-South 8664ff9e6c Use PixelOperations for buffer copying. 4 years ago
James Jackson-South bf07e4507c Add test and fix for asynchronous streams. 4 years ago
Brian Popow d8f17acca1
Merge branch 'main' into bp/oldJpegCompression 4 years ago
James Jackson-South f941581de1 Add test for #2259 4 years ago
James Jackson-South 069a825f54 Better buffered stream fix 4 years ago
Brian Popow f23fdf27ef Throw NotSupported exception with OldJpeg+Planar config 4 years ago
Brian Popow 8593ebfbd6 Add old jpeg compressed tiff test with bi-color 4 years ago
James Jackson-South b4556632d7
Merge pull request #2258 from SixLabors/bp/Issue2257 4 years ago
James Jackson-South 1a3572315e
Merge branch 'main' into bp/Issue2257 4 years ago
James Jackson-South 9dcf12d4bd
Merge pull request #2256 from SixLabors/bp/Issue2255 4 years ago
Brian Popow 0ce8a21244 Split up alpha encoding test in compressed and uncompressed test 4 years ago
Brian Popow f66bb352a8 Fix issue decoding lossy webp with compressed alpha data, fixes #2257 4 years ago
Brian Popow 5de5ddc841 Make sure bits per pixel is set to 1 for bilevel compression, fixes #2255 4 years ago
dependabot[bot] a0e83efd70 Bump actions/setup-dotnet from 2 to 3 4 years ago
Brian Popow 10bcfb7171 Merge remote-tracking branch 'origin/main' into bp/oldJpegCompression 4 years ago
Brian Popow 81c3ad3da5 Revert "Fill read buffer in constructor and when IsInReadBuffer() is false" 4 years ago
Brian Popow 05fb74613c
Merge pull request #2249 from SixLabors/js/buffered-read-fix 4 years ago
Brian Popow da92a42d34 Remove invalid comment 4 years ago
James Jackson-South b0ba58c07f Fix position handling 4 years ago
Brian Popow d1bdedd365 Set stream position to strip offset + stripOffsetBytes after decompressing jpeg data 4 years ago
Brian Popow 67b1693814 Add test for issue when setting the stream position twice 4 years ago
Brian Popow e066b839ce Fill read buffer in constructor and when IsInReadBuffer() is false 4 years ago
Brian Popow f171184c0c Override PhotometricInterpretation to RGB only in case of YCbCr, for black and white it should stay as it is 4 years ago
Brian Popow a4aa6b5c6e Set FrameCount from the decoding options 4 years ago
Brian Popow be1ee582c5 Only compare first frame in old jpeg compression test 4 years ago
Brian Popow 08f9063229 Set PhotometricInterpretation to RGB, let jpeg decoder handle color conversion 4 years ago
James Jackson-South 38348f28ff
Merge pull request #2245 from SixLabors/bp/Issue2243 4 years ago
Brian Popow 770a85070b Ignore unknown chunks, fixes #2243 4 years ago
James Jackson-South e7f701e01d
Merge pull request #2241 from ynse01/buffer-length-in-row-operation 4 years ago
Ynse Hoornenborg ec79e87715 Fix SA1101 4 years ago
Ynse Hoornenborg 1ec6da892a Bulk pixel conversion 4 years ago
Ynse Hoornenborg 05588d5d34 Buffer length defined by RowOperation struct 4 years ago
Brian Popow 019dae00ad Add test for old jpeg compression 4 years ago
Brian Popow e6d1c94a6a Always assume PhotometricInterpretation to be YCbCr, if the compression is old jpeg 4 years ago
Ynse Hoornenborg d42d8df88d Introduce GetRequiredBufferLength method 4 years ago
James Jackson-South 0e0c236037
Merge pull request #2224 from SixLabors/sp/auto-matrix-linear-decomposition-2 4 years ago
James Jackson-South 897e4726ca
Merge branch 'main' into sp/auto-matrix-linear-decomposition-2 4 years ago
James Jackson-South 06a32e974d
Merge pull request #2235 from ynse01/autolevel-processor 4 years ago
Brian Popow db51bd7495 Add support for decoding tiff images with old jpeg compression (#2238) 4 years ago
Ynse Hoornenborg 3912bda111 Fix overflow artifacts 4 years ago
Ynse Hoornenborg 80def2642e Prevent file reading issues in windows 4 years ago
Ynse Hoornenborg 86da190455 Typo 4 years ago