339 Commits (c873e91947e47f54ee284e280df64a0a53cf4c1f)

Author SHA1 Message Date
James Jackson-South 87d6f00e82 Test against NET 9 2 years ago
James Jackson-South 4d67be8b86 Can encode Tiff MipMaps 2 years ago
Brian Popow 978aff8208 Add test case for issue 2679 2 years ago
James Jackson-South eb5c05efe1 Allow decoding Tiff of different frame size. 2 years ago
James Jackson-South a06511f6d2 Initialize pixel type info from decoder. 2 years ago
James Jackson-South fdcd60200e Begin migrating TiffMetadata 2 years ago
James Jackson-South 6b6b474892 Introduce PixelComponentInfo + simplify Color 2 years ago
Stefan Nikolei b52ef56181 Promote PixelTypeInfo to TPixel 2 years ago
Brian Popow b46ab5af84 Explicitly set BitsPerPixel and BitsPerSample to 1 for bicolor compressed images, fixes #2587 3 years ago
James Jackson-South b8e8b8613d
Tiff decoding robustness improvements (#2550) 3 years ago
Jeffrey Parker bf261f0d5e Stylecop extra blank line issue fixed. Refactored code to extract common logic. 3 years ago
Jeffrey Parker 1e53adf85e Fix for issue 2504 - ensuring image and individual frame metadata are written out correctly 3 years ago
James Jackson-South fc7219d1fa Add quantizer property tests 3 years ago
Brian Popow f558e6f574 Add test for issue 2456 3 years ago
Brian Popow 3541a4e08b Use less tolerant comparer when Fma.IsSupported for resize tests 3 years ago
Brian Popow 93790ba9a6 Add test for #2435 3 years ago
Günther Foidl b099bda98b Reduced intermediate allocations: Tiff 3 years ago
Stefan Nikolei 47f532b80e
Apply suggestions from code review 3 years ago
Stefan Nikolei 075e8a4893
Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs 3 years ago
Stefan Nikolei 7ebe387a0c
Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs 3 years ago
Stefan Nikolei a613dc9275
Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs 3 years ago
Stefan Nikolei b661c07744 Remove mac specific skips 3 years ago
James Jackson-South 747923d953 Add Bit64 and cleanup 3 years ago
Ildar Khayrutdinov cfaf555c1f add test for notSupported 64 bit cmyk, add more tests for Identify (incl 64 bit cmyk) 3 years ago
James Jackson-South c21bbbd531 Allow returning individual image frame metadata via Identify. 3 years ago
James Jackson-South 5a5d23cc8f Update test tolerances to cater for reference decoder bug. 3 years ago
Ildar Khayrutdinov 220b8aa6de add tests 3 years ago
James Jackson-South b26dca8598 Fix up webp alpha compression test for ARM64 3 years ago
James Jackson-South cf7f808a0e Adjust percentages for ARM (visually checked) 3 years ago
Petar Tasev a43ac0cf53 Added compressed grayscale 16 bit decoder tests 3 years ago
Petar Tasev bd9e1ee508 Added unit tests and 16 bit grayscale images 3 years ago
Petar Tasev a1a2cec284 Added L16 support to tiff encoder (unit tests WIP) 3 years ago
Stefan Nikolei 06f413107f Convert to TryGetValue 3 years ago
James Jackson-South eff9b0a6a5 Revert recent Detect changes and normalize. 3 years ago
James Jackson-South 7139a52848 Refactor Identify tests 3 years ago
James Jackson-South f421701333 Refactor Load APIs 3 years ago
James Jackson-South 0aa12a4602 Refactor Identify and DetectFormat and fix tests 3 years ago
James Jackson-South 89d6fc8d69 Expose ImageInfo and add IImageFormat to metadata 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
Brian Popow 4498518c94 Fix broken meta data tiff 4 years ago
Brian Popow 59478543ee Add test for issue #2297 4 years ago
James Jackson-South 1d994132ef Re-introduce IImageDecoder and split decoding pipelines. 4 years ago
James Jackson-South 0ad766f266 Skip bad test 4 years ago
Brian Popow d914c3c400 Fix failing tests 4 years ago
Brian Popow 0345d0271e Avoid code duplication creating the color decoders 4 years ago
Brian Popow 3a46222c45 Add tests for tiled images 4 years ago
James Jackson-South 19bdeccd11 Replace IImageDecoder 4 years ago
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