Skip to content

Commit 6a7db0f

Browse files
authored
Merge pull request #1301 from EwoutH/patch-3
meshroom/multiview.py: Add .heic, .heif and .avif as supported formats
2 parents ee408bf + d07900a commit 6a7db0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshroom/multiview.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
'.gif',
2020
# hdr:
2121
'.hdr', '.rgbe',
22+
# heif
23+
'.heic', '.heif', '.avif',
2224
# ico:
2325
'.ico',
2426
# iff:

0 commit comments

Comments
 (0)