Skip to content

Commit d07900a

Browse files
committed
meshroom/multiview.py: Add .heic, .heif and .avif as supported formats
On most platforms Meshroom and Alicevision are already build with libheif enabled, this commit enables Meshroom to also accept the files as known image formats.
1 parent ee408bf commit d07900a

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)