mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 11:51:58 +02:00
Add ".dng" as supported extension
This commit is contained in:
parent
6e8a6defe4
commit
ff28f1f045
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
||||||
from meshroom.core.graph import Graph, GraphModification
|
from meshroom.core.graph import Graph, GraphModification
|
||||||
|
|
||||||
# Supported image extensions
|
# Supported image extensions
|
||||||
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr', '.rw2', '.cr2', '.nef', '.arw')
|
imageExtensions = ('.jpg', '.jpeg', '.tif', '.tiff', '.png', '.exr', '.rw2', '.cr2', '.nef', '.arw', '.dng')
|
||||||
|
|
||||||
|
|
||||||
def isImageFile(filepath):
|
def isImageFile(filepath):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue