mirror of https://github.com/GNOME/gimp.git
plug-ins: add a magic for Nikon NEF files to file-darktable
...which I hope is the right one...
This commit is contained in:
parent
6af83a5a08
commit
f3502d72b3
|
@ -75,7 +75,7 @@ static const FileFormat file_formats[] =
|
||||||
N_("Nikon NEF raw"),
|
N_("Nikon NEF raw"),
|
||||||
" image/x-nikon-nef ",
|
" image/x-nikon-nef ",
|
||||||
"nef",
|
"nef",
|
||||||
"",
|
"0,string,MM\\0*\\0\\0\\0\\010,0,string,II*\\0\\010\\0\\0\\0",
|
||||||
|
|
||||||
"file-nef-load",
|
"file-nef-load",
|
||||||
"Load files in the NEF raw format via darktable",
|
"Load files in the NEF raw format via darktable",
|
||||||
|
|
Loading…
Reference in New Issue