1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 15:55:08 +00:00
serenity/Tests/LibGfx/test-inputs/tiff
Lucas CHOLLET 75d87ccf5f LibGfx/TIFF+CCITT: Start to decode CCITT Group 3 images
We currently only support 1D Group 3, but that's a start.

The test case was generated with GIMP (it happens to be 1D by chance).
2024-01-18 14:00:56 +01: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
ccitt3.tiff LibGfx/TIFF+CCITT: Start to decode CCITT Group 3 images 2024-01-18 14:00:56 +01:00
ccitt_rle.tiff LibGfx/TIFF+CCITT: Clarify naming of compression type 2 2024-01-18 14:00:56 +01:00
deflate.tiff LibGfx/TIFF: Add AdobeDeflate compression support 2023-12-29 20:12:07 +01:00
grayscale.tiff LibGfx/TIFF: Add support for grayscale images 2023-12-07 08:17:46 +00:00
grayscale_alpha.tiff LibGfx/TIFF: Add support for images with UnassociatedAlpha 2023-12-22 08:08:47 +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
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
uncompressed.tiff Tests/LibGfx: Move the tiff image to its own folder 2023-11-08 09:28:36 +01:00