Bug 3143

Summary: Support for Canon RAW files
Product: shared-mime-info Reporter: J.H.M. Dassen (Ray) <jdassen>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description J.H.M. Dassen (Ray) 2005-04-27 12:05:48 UTC
--- shared-mime-info-0.16/freedesktop.org.xml.in.old	2005-04-27
19:09:44.000000000 +0200
+++ shared-mime-info-0.16/freedesktop.org.xml.in	2005-04-27 19:09:50.000000000 +0200
@@ -2607,4 +2607,9 @@
     </magic>
     <glob pattern="*.display" />
   </mime-type>
+  <mime-type type="application/x-crw">
+    <_comment>Canon RAW File</_comment>
+    <glob pattern="*.CRW" />
+    <glob pattern="*.crw" />
+  </mime-type>
 </mime-info>
Comment 1 Christophe Fergeau 2005-04-28 11:46:55 UTC
the .CRW extension isn't necessary since a case unsensitive match is done if a
case sensitive match can't be done. It's missing *.cr2 from what I have been told.
Comment 2 Stephane Chauveau 2005-08-16 15:42:29 UTC
I just filed a bug #4117.
This is basically the same but for more digital cameras raw files (nikon,
minolta, olympus, ...) 
I also propose to change the naming scheme to "image/x-vendor-ext" which would
make "image/x-canon-crw" here. 

 
Comment 3 Bastien Nocera 2006-08-25 09:03:36 UTC

*** This bug has been marked as a duplicate of 4117 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.