12229 Commits (0345d0271ecef71f736290ded435cc736976a397)
 

Author SHA1 Message Date
Brian Popow 0345d0271e Avoid code duplication creating the color decoders 3 years ago
Brian Popow 3a46222c45 Add tests for tiled images 3 years ago
Brian Popow c850e2d41b Fix decoding tiled tiff's with planar configuration 3 years ago
Brian Popow 0327e1d332 Avoid some code duplication 3 years ago
Brian Popow 34ae604b29 Add support for decoding tiled tiff images 3 years ago
James Jackson-South 451a713fc1
Merge pull request #2267 from SixLabors/js/buffered-read-fix 3 years ago
James Jackson-South d0c403c62d
Merge branch 'main' into js/buffered-read-fix 3 years ago
Brian Popow c652630cc2
Merge pull request #2268 from SixLabors/bp/tiff-cmyk 3 years ago
Brian Popow 6b65d23e6e Rename cmyk test file 3 years ago
Brian Popow a363e9e167 Fix file header 3 years ago
Brian Popow f3354d1078 Add support for decoding tiff images with cmyk data 3 years ago
James Jackson-South b14622a339 Manually commit @gfoidl suggestion 3 years ago
James Jackson-South 4b71d25bff
Update src/ImageSharp/IO/BufferedReadStream.cs 3 years ago
James Jackson-South 544c14d121
Update src/ImageSharp/IO/BufferedReadStream.cs 3 years ago
James Jackson-South 68f9510f9b
Merge branch 'main' into js/buffered-read-fix 3 years ago
James Jackson-South 8b7eaf257e
Merge pull request #2266 from SixLabors/bp/oldJpegCompression 3 years ago
James Jackson-South af3eb7dd1f Update SpectralConverter{TPixel}.cs 3 years ago
James Jackson-South 984327a004 Move options to first parameter position 3 years ago
James Jackson-South f0038646ff Remove unused constructor 3 years ago
James Jackson-South a6dd6e3efb Revert constructor parameter ordering 3 years ago
James Jackson-South 8664ff9e6c Use PixelOperations for buffer copying. 3 years ago
James Jackson-South bf07e4507c Add test and fix for asynchronous streams. 3 years ago
Brian Popow d8f17acca1
Merge branch 'main' into bp/oldJpegCompression 3 years ago
James Jackson-South f941581de1 Add test for #2259 3 years ago
James Jackson-South 069a825f54 Better buffered stream fix 3 years ago
Brian Popow f23fdf27ef Throw NotSupported exception with OldJpeg+Planar config 3 years ago
Brian Popow 8593ebfbd6 Add old jpeg compressed tiff test with bi-color 3 years ago
James Jackson-South b4556632d7
Merge pull request #2258 from SixLabors/bp/Issue2257 3 years ago
James Jackson-South 1a3572315e
Merge branch 'main' into bp/Issue2257 3 years ago
James Jackson-South 9dcf12d4bd
Merge pull request #2256 from SixLabors/bp/Issue2255 3 years ago
Brian Popow 0ce8a21244 Split up alpha encoding test in compressed and uncompressed test 3 years ago
Brian Popow f66bb352a8 Fix issue decoding lossy webp with compressed alpha data, fixes #2257 3 years ago
Brian Popow 5de5ddc841 Make sure bits per pixel is set to 1 for bilevel compression, fixes #2255 3 years ago
dependabot[bot] a0e83efd70 Bump actions/setup-dotnet from 2 to 3 3 years ago
Brian Popow 10bcfb7171 Merge remote-tracking branch 'origin/main' into bp/oldJpegCompression 3 years ago
Brian Popow 81c3ad3da5 Revert "Fill read buffer in constructor and when IsInReadBuffer() is false" 3 years ago
Brian Popow 05fb74613c
Merge pull request #2249 from SixLabors/js/buffered-read-fix 3 years ago
Brian Popow da92a42d34 Remove invalid comment 3 years ago
James Jackson-South b0ba58c07f Fix position handling 3 years ago
Brian Popow d1bdedd365 Set stream position to strip offset + stripOffsetBytes after decompressing jpeg data 3 years ago
Brian Popow 67b1693814 Add test for issue when setting the stream position twice 3 years ago
Brian Popow e066b839ce Fill read buffer in constructor and when IsInReadBuffer() is false 3 years ago
Brian Popow f171184c0c Override PhotometricInterpretation to RGB only in case of YCbCr, for black and white it should stay as it is 3 years ago
Brian Popow a4aa6b5c6e Set FrameCount from the decoding options 3 years ago
Brian Popow be1ee582c5 Only compare first frame in old jpeg compression test 3 years ago
Brian Popow 08f9063229 Set PhotometricInterpretation to RGB, let jpeg decoder handle color conversion 3 years ago
James Jackson-South 38348f28ff
Merge pull request #2245 from SixLabors/bp/Issue2243 3 years ago
Brian Popow 770a85070b Ignore unknown chunks, fixes #2243 3 years ago
James Jackson-South e7f701e01d
Merge pull request #2241 from ynse01/buffer-length-in-row-operation 3 years ago
Ynse Hoornenborg ec79e87715 Fix SA1101 3 years ago