Skip to content

Commit e6ccbcd

Browse files
committed
Test: regenerate huge AVIF fixture (#4053)
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. (cherry picked from commit 9a3eb99)
1 parent 73bac43 commit e6ccbcd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

test/test-suite/helpers/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
TGA_FILE = os.path.join(IMAGES, "targa.tga")
4747
SGI_FILE = os.path.join(IMAGES, "silicongraphics.sgi")
4848
AVIF_FILE = os.path.join(IMAGES, "avif-orientation-6.avif")
49-
AVIF_FILE_HUGE = os.path.join(IMAGES, "16x17000.avif")
49+
AVIF_FILE_HUGE = os.path.join(IMAGES, "17000x17000.avif")
5050
HEIC_FILE = os.path.join(IMAGES, "heic-orientation-6.heic")
5151
RGBA_FILE = os.path.join(IMAGES, "rgba.png")
5252
RGBA_CORRECT_FILE = os.path.join(IMAGES, "rgba-correct.ppm")

test/test-suite/images/16x17000.avif

-363 Bytes
Binary file not shown.
1.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)