]> granicus.if.org Git - file/commitdiff
add big tiff
authorChristos Zoulas <christos@zoulas.com>
Thu, 22 Sep 2011 19:30:43 +0000 (19:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 22 Sep 2011 19:30:43 +0000 (19:30 +0000)
magic/Magdir/images

index d4e2e752b471f971c140d3c1b25f41c05533c9dd..8542977b9ac29c2d756d104996fb3dd98ece396b 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: images,v 1.70 2010/11/25 15:00:12 christos Exp $
+# $File: images,v 1.71 2011/09/22 19:30:43 christos Exp $
 # images:  file(1) magic for image formats (see also "iff", and "c-lang" for
 # XPM bitmaps)
 #
 0      string          II\x2a\x00      TIFF image data, little-endian
 !:mime image/tiff
 
+0      string          MM\x00\x2b      Big TIFF image data, big-endian
+!:mime image/tiff
+0      string          II\x2b\x00      Big TIFF image data, little-endian
+!:mime image/tiff
+
 # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
 # (Greg Roelofs, newt@uchicago.edu)
 # (Albert Cahalan, acahalan@cs.uml.edu)