Added image/x-canon-cr3 mime type #5319

This commit is contained in:
Morgan Hardwood 2019-12-12 12:53:39 +01:00
parent a2dd906115
commit 0edbdc8862
3 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@ image/png;
image/tiff; image/tiff;
image/x-adobe-dng; image/x-adobe-dng;
image/x-canon-cr2; image/x-canon-cr2;
image/x-canon-cr3;
image/x-canon-crf; image/x-canon-crf;
image/x-canon-crw; image/x-canon-crw;
image/x-fuji-raf; image/x-fuji-raf;

View File

@ -14,7 +14,7 @@ Icon=rawtherapee
TryExec=rawtherapee TryExec=rawtherapee
Exec=rawtherapee %f Exec=rawtherapee %f
Terminal=false Terminal=false
MimeType=image/jpeg;image/png;image/tiff;image/x-adobe-dng;image/x-canon-cr2;image/x-canon-crf;image/x-canon-crw;image/x-fuji-raf;image/x-hasselblad-3fr;image/x-hasselblad-fff;image/x-jpg;image/x-kodak-dcr;image/x-kodak-k25;image/x-kodak-kdc;image/x-leaf-mos;image/x-leica-rwl;image/x-mamiya-mef;image/x-minolta-mrw;image/x-nikon-nef;image/x-nikon-nrw;image/x-olympus-orf;image/x-panasonic-raw;image/x-panasonic-rw2;image/x-pentax-pef;image/x-pentax-raw;image/x-phaseone-iiq;image/x-raw;image/x-rwz;image/x-samsung-srw;image/x-sigma-x3f;image/x-sony-arq;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-tif; MimeType=image/jpeg;image/png;image/tiff;image/x-adobe-dng;image/x-canon-cr2;image/x-canon-cr3;image/x-canon-crf;image/x-canon-crw;image/x-fuji-raf;image/x-hasselblad-3fr;image/x-hasselblad-fff;image/x-jpg;image/x-kodak-dcr;image/x-kodak-k25;image/x-kodak-kdc;image/x-leaf-mos;image/x-leica-rwl;image/x-mamiya-mef;image/x-minolta-mrw;image/x-nikon-nef;image/x-nikon-nrw;image/x-olympus-orf;image/x-panasonic-raw;image/x-panasonic-rw2;image/x-pentax-pef;image/x-pentax-raw;image/x-phaseone-iiq;image/x-raw;image/x-rwz;image/x-samsung-srw;image/x-sigma-x3f;image/x-sony-arq;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-tif;inode/directory;
Categories=Graphics;Photography;2DGraphics;RasterGraphics;GTK; Categories=Graphics;Photography;2DGraphics;RasterGraphics;GTK;
Keywords=raw;photo;photography;develop;pp3;graphics; Keywords=raw;photo;photography;develop;pp3;graphics;
StartupNotify=true StartupNotify=true

View File

@ -39,8 +39,8 @@ static const FileFormat file_formats[] =
{ {
{ {
N_("Raw Canon"), N_("Raw Canon"),
"image/x-canon-cr2,image/x-canon-crw", "image/x-canon-cr2,image/x-canon-cr3,image/x-canon-crw",
"cr2,crw", "cr2,cr3,crw",
NULL, NULL,
"file-rawtherapee-canon-load", "file-rawtherapee-canon-load",