287 Commits (0dcc73a45a0ae057cb833b70c7f9c720d3201744)

Author SHA1 Message Date
James Jackson-South 1ac9de53ff Convert TiffEncoder, Use sampling strategy for local palette building 4 years ago
Brian Popow f3354d1078 Add support for decoding tiff images with cmyk data 4 years ago
Brian Popow 8593ebfbd6 Add old jpeg compressed tiff test with bi-color 4 years ago
Brian Popow 5de5ddc841 Make sure bits per pixel is set to 1 for bilevel compression, fixes #2255 4 years ago
Brian Popow d1bdedd365 Set stream position to strip offset + stripOffsetBytes after decompressing jpeg data 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
Brian Popow 019dae00ad Add test for old jpeg compression 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South b22785ed33 Update editorconfig and fix all new warnings. 4 years ago
James Jackson-South a4c14e70f2 Add additional tests 4 years ago
James Jackson-South eee64f25d6 Remove SUPPORTS conditions 4 years ago
James Jackson-South 204fddd835 Pass cancellation token to decompressors. 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Brian Popow 323f24e8e5 Add test case for #2149 4 years ago
Brian Popow 3af2dd7720 Multiply by inv max value instead of dividing in GeneratePalette 4 years ago
Brian Popow 035c31e826 Make sure 1 Bit compression is only used with 1 bit pixel type 4 years ago
Brian Popow 34584b9b3f Add another test case for Fax4 compressed with min is black 4 years ago
Brian Popow 49dd8d4725 Only execute tiff with webp test on windows 4 years ago
Brian Popow 9d461fa794 Add test for tiff with webp compressed data 4 years ago
Brian Popow d850aee1bd Add tests for CieLab 4 years ago
Brian Popow c167062d84 Add compare to reference output for decoding tiff images with YCbCr data 4 years ago
Brian Popow d652a4afa5 Add test case for replicating issue #2123 4 years ago
Brian Popow afc13e04f2 Add test for jpeg compressed tiff, which is actually RGB colorspace 4 years ago
Brian Popow 82e7ac14f0 Override PhotometricInterpretation to RGB, if it's YCbCr and Jpeg compressed 4 years ago
Brian Popow 9268701336 Another attempt: Remove invalid test image, not actually ycbcr 4 years ago
Brian Popow b6e26ede08 Remove invalid test image: not actually ycbcr 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Brian Popow 2c4b4cffcc Add support for decoding jpeg's with arithmetic coding 4 years ago
Mike Irving 12abd59fa4 correction to repair breaking change from another merge 4 years ago
Mike Irving 7be52e1325 naming corrections - macOS and .NET 4 years ago
James Jackson-South db1bf31674 Use pre-existing pixel conversion methods 4 years ago
Brian Popow 2dc4be2185 Only debug save on OSX for associated alpha tests 4 years ago
Brian Popow 5d894d4f2c Add support for decoding Tiff images with associated alpha data 4 years ago
Brian Popow 24bd518078 Add tests for predictor with alpha 4 years ago
Brian Popow bd703954dc Add 5 and 3 to valid magicFrame.Depth 4 years ago
Brian Popow e2bc1af8f4 Add support for decoding Tiff images with UnassociatedAlphaData and planar configuration 4 years ago
Brian Popow 0e1e6c6fd7 Add support for decoding Tiff images with UnassociatedAlphaData 4 years ago
Brian Popow 3dcb4db49a Add test for gray tiff jpeg compressed 4 years ago
Brian Popow a963fa09ad Add test for decoding only the first frame 4 years ago
Frank Racis 3c9eb470a0 Adding fax4 (T6) compression 4 years ago
Ynse Hoornenborg 1ee34bacb5 Prevent memory allocations 4 years ago
Ynse Hoornenborg ded8b20b5c Read only API for XmpProfile 4 years ago
Ildar Khayrutdinov 46f976a9b6 comment 4 years ago
Ynse Hoornenborg b8bed9f69e All image formats round trip 4 years ago
Ildar Khayrutdinov 7df7d0dbec add TiffFormatType enum 4 years ago
Brian Popow f45e184f87 Add test for issue #1891 4 years ago
Brian Popow dd051e2248 Remove RunSerial from tests 5 years ago
Ynse Hoornenborg dd49f9a811 Single image compare utils for multiple Formats 5 years ago