Skip to content

Commit

Permalink
fail
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 7, 2024
1 parent c40680c commit 0705d21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/test_file_avif.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ def test_exif(self) -> None:
exif = im.getexif()
assert exif[274] == 3

#im.save("out.avif", exif=exif)
#assert_image_equal_tofile(im, "out.avif")
im.save("out2.avif", exif=exif)
assert_image_similar_tofile(im, "out2.avif", 3)
Binary file added out.avif
Binary file not shown.
Binary file added out2.avif
Binary file not shown.

0 comments on commit 0705d21

Please sign in to comment.