Skip to content

Commit

Permalink
[DAR-2739][External] Add .mkv, .hevc, .qtiff and .rvg as supp…
Browse files Browse the repository at this point in the history
…orted extensions (#877)

* Added .mkv & .hevc supported video formats

* Added '.rvg' and '.qtiff'
  • Loading branch information
JBWilkie committed Jul 1, 2024
1 parent 5351ef2 commit f713588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions darwin/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
".jfif",
".tif",
".tiff",
".qtiff",
".bmp",
".svs",
".webp",
Expand All @@ -62,10 +63,13 @@
".dcm",
".mov",
".mp4",
".mkv",
".hevc",
".pdf",
".nii",
".nii.gz",
".ndpi",
".rvg",
]
SUPPORTED_EXTENSIONS = SUPPORTED_IMAGE_EXTENSIONS + SUPPORTED_VIDEO_EXTENSIONS

Expand Down

0 comments on commit f713588

Please sign in to comment.