Skip to content

Commit 2dcc4ad

Browse files
committed
Add .36p to list of supported file extensions
1 parent 9040c78 commit 2dcc4ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mapillary_tools/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def is_image_file(path: Path) -> bool:
3131
".tiff",
3232
".pgm",
3333
".pnm",
34+
".36p",
3435
)
3536

3637

0 commit comments

Comments
 (0)