MIMETypes.st
changeset 3978 3cf74e1b8c21
parent 3962 f281042e880e
child 3981 9b65ca1a1f85
--- a/MIMETypes.st	Fri Aug 25 11:20:04 2017 +0200
+++ b/MIMETypes.st	Fri Aug 25 15:25:12 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -381,6 +379,7 @@
     self imageReaderForType:'image/jpeg' put:JPEGReader.
     self imageReaderForType:'image/gif'  put:GIFReader.
     self imageReaderForType:'image/tiff' put:TIFFReader.
+    self imageReaderForType:'image/x-adobe-dng' put:TIFFReader.
     self imageReaderForType:'image/png'  put:PNGReader.
     self imageReaderForType:'image/icns' put:MacOSXIconReader.
 
@@ -505,6 +504,7 @@
 "/    ].
 
     "Modified (format): / 09-02-2017 / 15:46:48 / stefan"
+    "Modified: / 25-08-2017 / 15:24:51 / cg"
 !
 
 initializeParenthesisSpecMappings
@@ -747,9 +747,10 @@
         'tga'           'image/x-targa'
         'ico'           'image/x-ico'
         'icns'          'image/icns'  
+        'dng'           'image/x-adobe-dng'
     )
 
-    "Modified (format): / 05-02-2017 / 19:36:34 / cg"
+    "Modified: / 25-08-2017 / 15:23:45 / cg"
 !
 
 miscFilenameList