Skip to content

Commit 101b47c

Browse files
committed
Nikon raw files
Signed-off-by: Peter Kovář <[email protected]>
1 parent 1031e6d commit 101b47c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/iv/imageviewer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ IsSpecSrgb(const ImageSpec& spec)
6464
static const char *s_file_filters = ""
6565
"Image Files (*.bmp *.cin *.dcm *.dds *.dpx *.fits *.gif *.hdr *.ico *.iff "
6666
"*.jpg *.jpe *.jpeg *.jif *.jfif *.jfi *.jp2 *.j2k *.jxl *.exr *.png *.pbm *.pgm "
67-
"*.ppm *.psd *.ptex *.R3D *.r3d *.rla *.sgi *.rgb *.rgba *.bw *.int *.inta *.pic *.tga "
67+
"*.ppm *.psd *.ptex *.R3D *.r3d *.NEV *.nev *.rla *.sgi *.rgb *.rgba *.bw *.int *.inta *.pic *.tga "
6868
"*.tpic *.tif *.tiff *.tx *.env *.sm *.vsm *.vdb *.webp *.zfile);;"
6969
"BMP (*.bmp);;"
7070
"Cineon (*.cin);;"
@@ -79,6 +79,7 @@ static const char *s_file_filters = ""
7979
"JPEG (*.jpg *.jpe *.jpeg *.jif *.jfif *.jfi);;"
8080
"JPEG-2000 (*.jp2 *.j2k);;"
8181
"JPEG XL (*.jxl);;"
82+
"Nikon (*.NEV *.nev);;"
8283
"OpenEXR (*.exr);;"
8384
"OpenVDB (*.vdb);;"
8485
"PhotoShop (*.psd);;"

0 commit comments

Comments
 (0)