Skip to content

Commit

Permalink
Test: regenerate huge AVIF fixture
Browse files Browse the repository at this point in the history
This is required since PR strukturag/libheif#1204 (libheif 1.18.0),
which limits the total image size instead of the width and height
individually.
  • Loading branch information
kleisauke committed Jul 18, 2024
1 parent f0d2b2b commit 2f87d13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-suite/helpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
TGA_FILE = os.path.join(IMAGES, "targa.tga")
SGI_FILE = os.path.join(IMAGES, "silicongraphics.sgi")
AVIF_FILE = os.path.join(IMAGES, "avif-orientation-6.avif")
AVIF_FILE_HUGE = os.path.join(IMAGES, "16x17000.avif")
AVIF_FILE_HUGE = os.path.join(IMAGES, "17000x17000.avif")
HEIC_FILE = os.path.join(IMAGES, "heic-orientation-6.heic")
RGBA_FILE = os.path.join(IMAGES, "rgba.png")
RGBA_CORRECT_FILE = os.path.join(IMAGES, "rgba-correct.ppm")
Expand Down
Binary file removed test/test-suite/images/16x17000.avif
Binary file not shown.
Binary file added test/test-suite/images/17000x17000.avif
Binary file not shown.

0 comments on commit 2f87d13

Please sign in to comment.