Skip to content

Commit

Permalink
Add a test file and simple test for AVIF
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Jan 4, 2021
1 parent 5ebddd9 commit 5efce1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added testsuite/heif/ref/Chimera-AV1-8bit-162.avif
Binary file not shown.
5 changes: 5 additions & 0 deletions testsuite/heif/ref/out-libheif1.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ ref/IMG_7702_small.heic : 512 x 300, 3 channel, uint8 heif
Exif:SubsecTimeOriginal: "006"
Exif:WhiteBalance: 0 (auto)
oiio:ColorSpace: "sRGB"
Reading ref/Chimera-AV1-8bit-162.avif
ref/Chimera-AV1-8bit-162.avif : 480 x 270, 3 channel, uint8 heif
SHA-1: F8FDAF1BD56A21E3AF99CF8EE7FA45434D2826C7
channel list: R, G, B
oiio:ColorSpace: "sRGB"
2 changes: 1 addition & 1 deletion testsuite/heif/run.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

imagedir = "ref/"
files = [ "IMG_7702_small.heic" ]
files = [ "IMG_7702_small.heic", "Chimera-AV1-8bit-162.avif" ]
for f in files:
command = command + info_command (os.path.join(imagedir, f))

0 comments on commit 5efce1e

Please sign in to comment.