1234567891011121314151617181920 |
- Author: Adam Buchbinder <adam.buchbinder@gmail.com>
- Description: Add Olympus ORF support (Closes: #519305).
- diff -Naurp file.orig/magic/Magdir/images file/magic/Magdir/images
- --- file.orig/magic/Magdir/images 2009-11-18 19:44:34.000000000 +0000
- +++ file/magic/Magdir/images 2009-11-18 19:47:35.000000000 +0000
- @@ -624,3 +624,13 @@
- # URL: http://webcvs.freedesktop.org/mime/shared-mime-info/freedesktop.org.xml.in?view=markup
- # From: Mathias Brodala <info@noctus.net>
- 0 string Xcur X11 cursor
- +
- +# Type: Olympus ORF raw images.
- +# URL: http://libopenraw.freedesktop.org/wiki/Olympus_ORF
- +# From: Adam Buchbinder <adam.buchbinder@gmail.com>
- +0 string MMOR Olympus ORF raw image data, big-endian
- +!:mime image/x-olympus-orf
- +0 string IIRO Olympus ORF raw image data, little-endian
- +!:mime image/x-olympus-orf
- +0 string IIRS Olympus ORF raw image data, little-endian
- +!:mime image/x-olympus-orf
|