ladybird/Tests/LibGfx/test-inputs/tiff
Lucas CHOLLET ed1bdf3851 Tests/LibGfx: Add a test for bilevel images with only required tags
Bilevel images are not required to have a BitsPerSample or a
SamplesPerPixel tag, while this is unusual these images are still valid.

The test case has been generated by first making a copy of
ccitt3_1d_fill.tiff and then, using `tiffset` to remove both tags:
tiffset -u 258 ccitt3_no_tags.tiff
tiffset -u 277 ccitt3_no_tags.tiff
2024-05-07 11:06:12 -04:00
..
16_bits.tiff LibGfx/TIFF: Add support for bit-depth up to 32 bits per sample 2023-12-09 21:47:33 +01:00
alpha_predictor.tiff LibGfx/TIFF: Apply the HorizontalDifferencing on the alpha channel 2024-01-22 20:10:48 -07:00
ccitt3_1d_fill.tiff LibGfx/CCITT: Consider the UseFillBits option 2024-02-12 14:08:56 +01:00
ccitt3_2d_fill.tiff LibGfx/CCITT: Add support for Group3 2D 2024-02-19 01:40:04 +01:00
ccitt3_2d.tiff LibGfx/CCITT: Add support for Group3 2D 2024-02-19 01:40:04 +01:00
ccitt3_no_tags.tiff Tests/LibGfx: Add a test for bilevel images with only required tags 2024-05-07 11:06:12 -04:00
ccitt3.tiff LibGfx/TIFF+CCITT: Start to decode CCITT Group 3 images 2024-01-18 14:00:56 +01:00
ccitt4.tiff LibGfx/TIFF: Add support for Group4Fax encoded images 2024-02-21 13:49:43 +01:00
ccitt_rle.tiff LibGfx/TIFF+CCITT: Clarify naming of compression type 2 2024-01-18 14:00:56 +01:00
cmyk.tiff LibGfx/TIFF: Add support for CMYK 2024-01-24 22:16:22 -07:00
deflate.tiff LibGfx/TIFF: Add AdobeDeflate compression support 2023-12-29 20:12:07 +01:00
grayscale_alpha.tiff LibGfx/TIFF: Add support for images with UnassociatedAlpha 2023-12-22 08:08:47 +00:00
grayscale.tiff LibGfx/TIFF: Add support for grayscale images 2023-12-07 08:17:46 +00:00
invalid_tag.tiff LibGfx/TIFF: Don't stop decoding when failing to decode a tag 2024-01-04 14:27:16 +01:00
krita.tif LibGfx/TIFF: Accept images with a single strip and no RowsPerStrip tag 2024-01-19 14:13:44 +01:00
lzw.tiff LibGfx/TIFF: Add support for LZW compression 2023-11-12 13:56:27 +01:00
orientation.tiff LibGfx/TIFF: Modify the image according to the Orientation tag 2024-01-08 00:07:44 +01:00
packed_bits.tiff LibGfx/TIFF: Add support for images with PackBits compression 2023-11-08 09:28:36 +01:00
rgb_alpha.tiff LibGfx/TIFF: Add support for images with UnassociatedAlpha 2023-12-22 08:08:47 +00:00
rgb_palette_alpha.tiff LibGfx/TIFF: Add support for RGBPalette images 2023-12-23 20:41:48 +01:00
tiled.tiff LibGfx/TIFF: Add support for tiled images 2024-02-13 10:13:11 +01:00
uncompressed.tiff Tests/LibGfx: Move the tiff image to its own folder 2023-11-08 09:28:36 +01:00