summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2021-05-11 19:33:50 +0100
committerDavid Faure <faure@kde.org>2021-05-15 18:06:26 +0000
commit321b0e1dabd791235e35614c54cb32e8cf336af4 (patch)
tree37dab7246a72d4c80c242853ec6e86dbe60e7fea
parent4de8683ab043a35ff05d7a03ba27fe54f87f9514 (diff)
downloadshared-mime-info-321b0e1dabd791235e35614c54cb32e8cf336af4.tar.gz
image/x-canon-cr3: new
Supported since LibRaw 202101 snapshot. https://github.com/lclevy/canon_cr3
-rw-r--r--data/freedesktop.org.xml.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 6907b15c..cfa4b4c1 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -4843,7 +4843,7 @@ command to generate the output files.
<sub-class-of type="image/tiff"/>
<glob pattern="*.dng"/>
</mime-type>
- <!-- Canon has 2 format: CRW and CR2 !-->
+ <!-- Canon has 3 formats: CRW, CR2 and CR3 !-->
<!-- CRW is easy !-->
<mime-type type="image/x-canon-crw">
<comment>Canon CRW raw image</comment>
@@ -4864,6 +4864,13 @@ command to generate the output files.
<sub-class-of type="image/tiff"/>
<glob pattern="*.cr2"/>
</mime-type>
+ <mime-type type="image/x-canon-cr3">
+ <comment>Canon CR3 raw image</comment>
+ <acronym>CR3</acronym>
+ <expanded-acronym>Canon Raw 3</expanded-acronym>
+ <sub-class-of type="image/x-dcraw"/>
+ <glob pattern="*.cr3"/>
+ </mime-type>
<mime-type type="image/x-fuji-raf">
<comment>Fuji RAF raw image</comment>
<acronym>RAF</acronym>