Bug 3143 - Support for Canon RAW files
Summary: Support for Canon RAW files
Status: RESOLVED DUPLICATE of bug 4117
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 12:05 UTC by J.H.M. Dassen (Ray)
Modified: 2006-08-25 09:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.